Lines Matching refs:Runtime
213 UP.Runtime = false; in gatherUnrollingPreferences()
256 UP.Runtime = UnrollRuntime; in gatherUnrollingPreferences()
274 UP.Runtime = *UserRuntime; in gatherUnrollingPreferences()
951 UP.Runtime = false; in computeUnrollCount()
965 UP.Runtime |= (PragmaCount > 0); in computeUnrollCount()
1017 UP.Runtime = false; in computeUnrollCount()
1092 UP.Runtime |= PragmaEnableUnroll || PragmaCount > 0 || UserUnrollCount; in computeUnrollCount()
1093 if (!UP.Runtime) { in computeUnrollCount()
1301 UP.Runtime &= UCE.ConvergenceAllowsRuntime; in tryToUnrollLoop()
1338 UP.Runtime &= TripCount == 0 && TripMultiple % UP.Count != 0; in tryToUnrollLoop()
1350 ULO.Runtime = UP.Runtime; in tryToUnrollLoop()
1419 std::optional<bool> Runtime = std::nullopt, in LoopUnroll() argument
1427 ProvidedRuntime(Runtime), ProvidedUpperBound(UpperBound), in LoopUnroll()
1488 int AllowPartial, int Runtime, int UpperBound, in INITIALIZE_PASS_DEPENDENCY()
1498 Runtime == -1 ? std::nullopt : std::optional<bool>(Runtime), in INITIALIZE_PASS_DEPENDENCY()