Searched refs:UserAllowPartial (Results 1 – 3 of 3) sorted by relevance
115 Optional<bool> UserAllowPartial, Optional<bool> UserRuntime,
111 Optional<unsigned> UserCount, Optional<bool> UserAllowPartial, in gatherUnrollingPreferences() argument168 if (UserAllowPartial.hasValue()) in gatherUnrollingPreferences()169 UP.Partial = *UserAllowPartial; in gatherUnrollingPreferences()
171 Optional<bool> UserAllowPartial, Optional<bool> UserRuntime, in gatherUnrollingPreferences() argument240 if (UserAllowPartial.hasValue()) in gatherUnrollingPreferences()241 UP.Partial = *UserAllowPartial; in gatherUnrollingPreferences()