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

/openjdk7/hotspot/src/share/vm/opto/
H A Dloopnode.cpp1469 //------------------------------beautify_loops---------------------------------
1473 bool IdealLoopTree::beautify_loops( PhaseIdealLoop *phase ) { function in class:IdealLoopTree
1541 if( _child ) result |= _child->beautify_loops( phase );
1542 if( _next ) result |= _next ->beautify_loops( phase );
2123 // Checked in clone_loop_predicate() during beautify_loops().
2168 if( _ltree_root->_child->beautify_loops( this ) ) {

Completed in 40 milliseconds