Lines Matching defs:Runtime
213 UP.Runtime = false;
258 UP.Runtime = UnrollRuntime;
276 UP.Runtime = *UserRuntime;
953 UP.Runtime = false;
967 UP.Runtime |= (PragmaCount > 0);
1019 UP.Runtime = false;
1094 UP.Runtime |= PragmaEnableUnroll || PragmaCount > 0 || UserUnrollCount;
1095 if (!UP.Runtime) {
1303 UP.Runtime &= UCE.ConvergenceAllowsRuntime;
1335 // At this point, UP.Runtime indicates that run-time unrolling is allowed.
1340 UP.Runtime &= TripCount == 0 && TripMultiple % UP.Count != 0;
1352 ULO.Runtime = UP.Runtime;
1423 std::optional<bool> Runtime = std::nullopt,
1431 ProvidedRuntime(Runtime), ProvidedUpperBound(UpperBound),
1492 int AllowPartial, int Runtime, int UpperBound,
1502 Runtime == -1 ? std::nullopt : std::optional<bool>(Runtime),
1532 /*Runtime*/ false, /*UpperBound*/ false,