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

/openjdk7/hotspot/src/share/vm/opto/
H A Dloopnode.cpp930 int stride_p; local
934 stride_p = stride_con;
939 stride_p = -stride_con;
944 julong range = lim - ini + stride_p;
955 if (is_power_of_2(stride_p) || // divisor is 2^n
968 if (stride_con > 0 && is_power_of_2(stride_p)) {
H A DloopTransform.cpp1199 int stride_p = (stride_con > 0) ? stride_con : -stride_con; local
1203 (!adjust_min_trip || stride_p <= (1<<3)*loop_head->unrolled_count()), "sanity");

Completed in 236 milliseconds