Searched refs:hot_idx (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dloopnode.cpp1366 uint hot_idx = 0; local
1373 hot_idx = i;
1382 hotcnt < 2.0*warmcnt ) hot_idx = 0;// No hot backedge
1385 // them all except optionally hot_idx.
1392 if( i != hot_idx )
1400 if( hot_idx ) _head->add_req(hot_tail);
1413 if( i != hot_idx )
1422 if( hot_idx ) n->add_req(hot_phi);

Completed in 1007 milliseconds