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

/openjdk10/hotspot/src/share/vm/opto/
H A DloopUnswitch.cpp269 LoopNode* PhaseIdealLoop::create_reserve_version_of_loop(IdealLoopTree *loop, CountedLoopReserveKit* lk) {
324 CountedLoopReserveKit::CountedLoopReserveKit(PhaseIdealLoop* phase, IdealLoopTree *loop, bool active = true) : function in class:CountedLoopReserveKit
337 CountedLoopReserveKit::~CountedLoopReserveKit() {
350 tty->print_cr("CountedLoopReserveKit::~CountedLoopReserveKit()");
358 bool CountedLoopReserveKit::create_reserve() {
365 tty->print_cr("CountedLoopReserveKit::create_reserve: %d not counted loop", _lpt->_head->_idx);
372 tty->print_cr("CountedLoopReserveKit
[all...]
H A Dloopnode.hpp41 class CountedLoopReserveKit;
563 friend class CountedLoopReserveKit;
1027 // This routine was created for usage in CountedLoopReserveKit.
1034 LoopNode* create_reserve_version_of_loop(IdealLoopTree *loop, CountedLoopReserveKit* lk);
1204 // In this implementation of CountedLoopReserveKit the ctor includes create_reserve()
1213 // CountedLoopReserveKit lrk((phase, lpt, DoReserveCopy = true); // create local object
1219 /// if(something_is_wrong) return; // ~CountedLoopReserveKit makes the switch
1223 // return; // ~CountedLoopReserveKit does nothing once use_new() was called
1230 class CountedLoopReserveKit { class
1242 CountedLoopReserveKit(PhaseIdealLoo
[all...]
H A Dsuperword.cpp2195 CountedLoopReserveKit make_reversable(_phase, _lpt, do_reserve_copy());

Completed in 56 milliseconds