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

/openjdk7/hotspot/src/share/vm/opto/
H A DloopUnswitch.cpp67 if (head->unswitch_count() + 1 > head->unswitch_max()) {
117 tty->print("Unswitch %d ", head->unswitch_count()+1);
145 int nct = head->unswitch_count() + 1;
H A Dloopnode.hpp82 int unswitch_count() { return _unswitch_count; } function in class:LoopNode
H A Dloopopts.cpp2557 new_head->set_unswitch_count(head->unswitch_count()); // Preserve
H A Dloopnode.cpp758 l->set_unswitch_count(x->as_Loop()->unswitch_count()); // Preserve

Completed in 56 milliseconds