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

/openjdk7/hotspot/src/share/vm/opto/
H A Dloopopts.cpp936 bool did_break = (i < imax); // Did we break out of the previous loop? local
937 if (!did_break && n->outcnt() > 1) { // All uses in outer loops!

Completed in 37 milliseconds