Lines Matching refs:Runtime
188 UP.Runtime = false; in gatherUnrollingPreferences()
225 UP.Runtime = UnrollRuntime; in gatherUnrollingPreferences()
243 UP.Runtime = *UserRuntime; in gatherUnrollingPreferences()
739 UP.Runtime = true; in computeUnrollCount()
809 UP.Runtime = false; in computeUnrollCount()
905 UP.Runtime |= PragmaEnableUnroll || PragmaCount > 0 || UserUnrollCount; in computeUnrollCount()
906 if (!UP.Runtime) { in computeUnrollCount()
1084 L, UP.Count, TripCount, UP.Force, UP.Runtime, UP.AllowExpensiveTripCount, in tryToUnrollLoop()
1145 Optional<bool> AllowPartial = None, Optional<bool> Runtime = None, in LoopUnroll() argument
1150 ProvidedAllowPartial(AllowPartial), ProvidedRuntime(Runtime), in LoopUnroll()
1207 int Runtime, int UpperBound, in INITIALIZE_PASS_DEPENDENCY()
1217 Runtime == -1 ? None : Optional<bool>(Runtime), in INITIALIZE_PASS_DEPENDENCY()