Lines Matching refs:Runtime
206 UP.Runtime = false; in gatherUnrollingPreferences()
247 UP.Runtime = UnrollRuntime; in gatherUnrollingPreferences()
265 UP.Runtime = *UserRuntime; in gatherUnrollingPreferences()
917 UP.Runtime = false; in computeUnrollCount()
931 UP.Runtime |= (PragmaCount > 0); in computeUnrollCount()
983 UP.Runtime = false; in computeUnrollCount()
1058 UP.Runtime |= PragmaEnableUnroll || PragmaCount > 0 || UserUnrollCount; in computeUnrollCount()
1059 if (!UP.Runtime) { in computeUnrollCount()
1307 UP.Runtime &= TripCount == 0 && TripMultiple % UP.Count != 0; in tryToUnrollLoop()
1316 {UP.Count, UP.Force, UP.Runtime, UP.AllowExpensiveTripCount, in tryToUnrollLoop()
1381 Optional<bool> AllowPartial = None, Optional<bool> Runtime = None, in LoopUnroll() argument
1389 ProvidedRuntime(Runtime), ProvidedUpperBound(UpperBound), in LoopUnroll()
1450 int AllowPartial, int Runtime, int UpperBound, in INITIALIZE_PASS_DEPENDENCY()
1460 Runtime == -1 ? None : Optional<bool>(Runtime), in INITIALIZE_PASS_DEPENDENCY()