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

/openjdk7/hotspot/src/share/vm/opto/
H A DloopTransform.cpp597 // otherwise policy_unroll() may allow more unrolling than max unrolling.
628 //------------------------------policy_unroll----------------------------------
631 bool IdealLoopTree::policy_unroll( PhaseIdealLoop *phase ) const { function in class:IdealLoopTree
1239 // Verify that policy_unroll result is still valid.
1245 // The check in policy_unroll and the assert above guarantee
2288 bool should_unroll = policy_unroll(phase);

Completed in 34 milliseconds