Lines Matching refs:Runtime
206 UP.Runtime = false; in gatherUnrollingPreferences()
247 UP.Runtime = UnrollRuntime; in gatherUnrollingPreferences()
265 UP.Runtime = *UserRuntime; in gatherUnrollingPreferences()
782 UP.Runtime = false; in computeUnrollCount()
801 UP.Runtime = true; in computeUnrollCount()
882 UP.Runtime = false; in computeUnrollCount()
986 UP.Runtime |= PragmaEnableUnroll || PragmaCount > 0 || UserUnrollCount; in computeUnrollCount()
987 if (!UP.Runtime) { in computeUnrollCount()
1202 UP.Runtime &= TripCount == 0 && TripMultiple % UP.Count != 0; in tryToUnrollLoop()
1211 {UP.Count, UP.Force, UP.Runtime, UP.AllowExpensiveTripCount, in tryToUnrollLoop()
1276 Optional<bool> AllowPartial = None, Optional<bool> Runtime = None, in LoopUnroll() argument
1284 ProvidedRuntime(Runtime), ProvidedUpperBound(UpperBound), in LoopUnroll()
1345 int AllowPartial, int Runtime, int UpperBound, in INITIALIZE_PASS_DEPENDENCY()
1355 Runtime == -1 ? None : Optional<bool>(Runtime), in INITIALIZE_PASS_DEPENDENCY()