Searched defs:phi_cnt (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dlcm.cpp689 uint phi_cnt = 1; local
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, worklis
[all...]

Completed in 31 milliseconds