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

/openjdk7/hotspot/src/share/vm/opto/
H A DloopUnswitch.cpp67 if (head->unswitch_count() + 1 > head->unswitch_max()) {
H A Dloopnode.hpp81 int unswitch_max() { return _unswitch_max; } function in class:LoopNode
84 assert (val <= unswitch_max(), "too many unswitches");

Completed in 26 milliseconds