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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.cpp418 bool has_phis = false; local
420 has_phis = (has_phi() != NULL); // Cache result
421 if (has_phis && try_clean_mem_phi(phase)) {
422 has_phis = false;
425 if (!has_phis) { // No Phi users? Nothing merging?
515 !this->is_Loop() && has_phis && is_unreachable_region(phase)) {

Completed in 39 milliseconds