Lines Matching refs:_idx

164     tty->print_cr("compute_profile_trip_cnt  lp: %d cnt: %f\n", head->_idx, trip_cnt);
321 dominated_by( old_new[prev->_idx], n );
512 Node* new_entry = old_new[head->in(LoopNode::LoopBackControl)->_idx];
518 Node* new_exit_value = old_new[old->in(LoopNode::LoopBackControl)->_idx];
530 Node* new_head = old_new[head->_idx];
547 Node *nnn = old_new[old->_idx];
829 if (visited.test_set(n->_idx)) {
830 Node *x = clones.find(n->_idx);
839 assert(clones.find(n->_idx) == NULL, "dead loop");
841 clones.push(x, n->_idx);
852 assert(clones.find(n->_idx) == NULL, "dead loop");
854 clones.push(x, n->_idx);
926 assert( old_new[main_end ->_idx]->Opcode() == Op_CountedLoopEnd, "" );
927 CountedLoopNode *post_head = old_new[main_head->_idx]->as_CountedLoop();
931 CountedLoopEndNode* post_end = old_new[main_end ->_idx]->as_CountedLoopEnd();
980 Node *post_phi = old_new[main_phi->_idx];
1000 CountedLoopNode* pre_head = old_new[main_head->_idx]->as_CountedLoop();
1001 CountedLoopEndNode* pre_end = old_new[main_end ->_idx]->as_CountedLoopEnd();
1003 Node *pre_incr = old_new[incr->_idx];
1055 Node *pre_phi = old_new[main_phi->_idx];
1416 Node *newphi = old_new[phi->_idx];
1425 Node *clone_head = old_new[loop_head->_idx];
1436 Node *newcle = old_new[loop_end->_idx];
1445 Node *nnn = old_new[old->_idx];
2552 ok.set(store->_idx);
2553 ok.set(store->in(MemNode::Memory)->_idx);
2556 ok.set(head->_idx);
2557 ok.set(head->loopexit()->_idx);
2558 ok.set(head->phi()->_idx);
2559 ok.set(head->incr()->_idx);
2560 ok.set(head->loopexit()->cmp_node()->_idx);
2561 ok.set(head->loopexit()->in(1)->_idx);
2564 if (con) ok.set(con->_idx);
2565 if (shift) ok.set(shift->_idx);
2566 if (conv) ok.set(conv->_idx);
2571 if (ok.test(n->_idx)) continue;