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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.hpp87 bool is_unreachable_region(PhaseGVN *phase) const;
H A Dcfgnode.cpp307 //------------------------------is_unreachable_region--------------------------
309 bool RegionNode::is_unreachable_region(PhaseGVN *phase) const { function in class:RegionNode
514 del_it == 0 && is_unreachable_region(phase)) ||
515 !this->is_Loop() && has_phis && is_unreachable_region(phase)) {

Completed in 39 milliseconds