Searched defs:find_unswitching_candidate (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DloopUnswitch.cpp70 return phase->find_unswitching_candidate(this) != NULL;
73 //------------------------------find_unswitching_candidate-----------------------------
75 IfNode* PhaseIdealLoop::find_unswitching_candidate(const IdealLoopTree *loop) const { function in class:PhaseIdealLoop
112 IfNode* unswitch_iff = find_unswitching_candidate((const IdealLoopTree *)loop);

Completed in 108 milliseconds