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

/openjdk7/hotspot/src/share/vm/opto/
H A Dloopnode.cpp2154 bool stop_early = !C->has_loops() && !skip_loop_opts && !do_split_ifs && !_verify_me && !_verify_only; local
2156 if (stop_early && !do_expensive_nodes) {
2259 if (stop_early) {

Completed in 720 milliseconds