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

/openjdk7/hotspot/src/share/vm/opto/
H A Dparse1.cpp610 bool has_irreducible = flow()->has_irreducible_entry(); local
636 if (block->is_loop_head() || block->is_handler() || has_irreducible && !block->is_ready()) {
664 if (control()->is_Region() && !block->is_loop_head() && !has_irreducible && !block->is_handler()) {
688 if (!has_irreducible || !progress) {

Completed in 37 milliseconds