Searched refs:UserUpperBound (Results 1 – 2 of 2) sorted by relevance
123 Optional<bool> UserUpperBound, Optional<unsigned> UserFullUnrollMaxCount);
190 Optional<bool> UserUpperBound, Optional<unsigned> UserFullUnrollMaxCount) { in gatherUnrollingPreferences() argument266 if (UserUpperBound.hasValue()) in gatherUnrollingPreferences()267 UP.UpperBound = *UserUpperBound; in gatherUnrollingPreferences()