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

/openjdk7/hotspot/src/share/vm/opto/
H A DloopTransform.cpp2337 //------------------------------iteration_split--------------------------------
2338 bool IdealLoopTree::iteration_split( PhaseIdealLoop *phase, Node_List &old_new ) { function in class:IdealLoopTree
2340 if (_child && !_child->iteration_split(phase, old_new))
2374 if (_next && !_next->iteration_split(phase, old_new))

Completed in 52 milliseconds