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

/openjdk7/hotspot/src/share/vm/opto/
H A Dloopopts.cpp2473 uint old_phi_cnt = 0; local
2476 if (use->is_Phi()) old_phi_cnt++;
2530 if (new_phi_cnt > old_phi_cnt + PartialPeelNewPhiDelta) {
2534 new_phi_cnt, old_phi_cnt, new_peel_if != NULL?'T':'F');

Completed in 39 milliseconds