Searched refs:UserUpperBound (Results 1 – 2 of 2) sorted by relevance
116 Optional<bool> UserUpperBound, Optional<bool> UserAllowPeeling);
172 Optional<bool> UserUpperBound, Optional<bool> UserAllowPeeling) { in gatherUnrollingPreferences() argument244 if (UserUpperBound.hasValue()) in gatherUnrollingPreferences()245 UP.UpperBound = *UserUpperBound; in gatherUnrollingPreferences()