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

/openjdk7/hotspot/src/share/vm/opto/
H A DloopPredicate.cpp768 bool hoisted = false; // true if at least one proj is promoted local
770 // Following are changed to nonnull when a predicate can be hoisted
896 hoisted = true;
903 if (TraceLoopPredicate && hoisted) {
909 return hoisted;
915 bool hoisted = false; local
918 hoisted = _child->loop_predication( phase);
923 hoisted |= phase->loop_predication_impl(this);
927 hoisted |= _next->loop_predication( phase);
930 return hoisted;
[all...]

Completed in 1904 milliseconds