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

/openjdk7/hotspot/src/share/vm/opto/
H A Dparse.hpp196 assert(is_SEL_head(), "should be loop head");
221 bool is_SEL_head() const { return flow()->is_single_entry_loop_head(); } function in class:Parse::Block
222 bool is_SEL_backedge(Block* pred) const{ return is_SEL_head() && pred->rpo() >= rpo(); }
228 bool can_elide_SEL_phi(uint i) const { assert(is_SEL_head(),""); return is_invariant_local(i); }

Completed in 34 milliseconds