Lines Matching refs:Runtime
207 UP.Runtime = false; in gatherUnrollingPreferences()
250 UP.Runtime = UnrollRuntime; in gatherUnrollingPreferences()
268 UP.Runtime = *UserRuntime; in gatherUnrollingPreferences()
905 UP.Runtime = false; in computeUnrollCount()
919 UP.Runtime |= (PragmaCount > 0); in computeUnrollCount()
971 UP.Runtime = false; in computeUnrollCount()
1046 UP.Runtime |= PragmaEnableUnroll || PragmaCount > 0 || UserUnrollCount; in computeUnrollCount()
1047 if (!UP.Runtime) { in computeUnrollCount()
1296 UP.Runtime &= TripCount == 0 && TripMultiple % UP.Count != 0; in tryToUnrollLoop()
1305 {UP.Count, UP.Force, UP.Runtime, UP.AllowExpensiveTripCount, in tryToUnrollLoop()
1372 std::optional<bool> Runtime = std::nullopt, in LoopUnroll() argument
1380 ProvidedRuntime(Runtime), ProvidedUpperBound(UpperBound), in LoopUnroll()
1441 int AllowPartial, int Runtime, int UpperBound, in INITIALIZE_PASS_DEPENDENCY()
1451 Runtime == -1 ? std::nullopt : std::optional<bool>(Runtime), in INITIALIZE_PASS_DEPENDENCY()