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

/openjdk10/hotspot/src/share/vm/opto/
H A DloopUnswitch.cpp54 //------------------------------policy_unswitching-----------------------------
57 bool IdealLoopTree::policy_unswitching( PhaseIdealLoop *phase ) const { function in class:IdealLoopTree
H A Dloopnode.hpp484 bool policy_unswitching( PhaseIdealLoop *phase ) const;
H A DloopTransform.cpp2732 bool should_unswitch = policy_unswitching(phase);
2776 // policy_unswitching and policy_maximally_unroll have this check.
2887 } else if (policy_unswitching(phase)) {

Completed in 60 milliseconds