Lines Matching defs:phi_cnt
689 uint phi_cnt = 1;
695 // Move guy at 'phi_cnt' to the end; makes a hole at phi_cnt
696 _nodes.map(i,_nodes[phi_cnt]);
697 _nodes.map(phi_cnt++,n); // swap Phi/Parm up front
745 for(i3 = 0; i3<phi_cnt; i3++ ) { // For all pre-scheduled
812 Node* n = select(cfg, worklist, ready_cnt, next_call, phi_cnt);
813 _nodes.map(phi_cnt++,n); // Schedule him next
833 phi_cnt = sched_call(matcher, cfg->_bbs, phi_cnt, worklist, ready_cnt, mcall, next_call);
844 _nodes.insert(phi_cnt++, proj);
865 if( phi_cnt != end_idx() ) {
874 // assert( phi_cnt == end_idx(), "did not schedule all" );