Searched refs:UserCount (Results 1 – 3 of 3) sorted by relevance
114 Optional<unsigned> UserThreshold, Optional<unsigned> UserCount,
111 Optional<unsigned> UserCount, Optional<bool> UserAllowPartial, in gatherUnrollingPreferences() argument166 if (UserCount.hasValue()) in gatherUnrollingPreferences()167 UP.Count = *UserCount; in gatherUnrollingPreferences()
170 Optional<unsigned> UserThreshold, Optional<unsigned> UserCount, in gatherUnrollingPreferences() argument238 if (UserCount.hasValue()) in gatherUnrollingPreferences()239 UP.Count = *UserCount; in gatherUnrollingPreferences()