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

/openjdk10/hotspot/src/share/vm/opto/
H A DloopTransform.cpp2796 bool should_rce = policy_range_check(phase); local
2806 bool may_rce_align = !policy_peel_only(phase) || should_rce || should_align;
2811 if (should_rce || should_align || should_unroll) {
2818 if (should_rce) {

Completed in 90 milliseconds