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

/freebsd-10.3-release/contrib/gcc/
H A Dtree-ssa-loop-prefetch.c906 unsigned factor, max_mod_constraint, ahead_factor; local
920 max_mod_constraint = 1;
924 && ref->prefetch_mod > max_mod_constraint)
925 max_mod_constraint = ref->prefetch_mod;
929 constraint_factor = max_mod_constraint;

Completed in 46 milliseconds