Lines Matching refs:Threshold
200 UP.Threshold = in gatherUnrollingPreferences()
233 UP.Threshold = UP.OptSizeThreshold; in gatherUnrollingPreferences()
240 UP.Threshold = UnrollThreshold; in gatherUnrollingPreferences()
266 UP.Threshold = *UserThreshold; in gatherUnrollingPreferences()
806 UCE.getUnrolledLoopSize(UP, (unsigned)UnrollCount) < UP.Threshold) in shouldPragmaUnroll()
848 if (UCE.getUnrolledLoopSize(UP) < UP.Threshold) in shouldFullUnroll()
856 UP.Threshold * UP.MaxPercentThresholdBoost / 100, in shouldFullUnroll()
860 if (Cost->UnrolledCost < UP.Threshold * Boost / 100) in shouldFullUnroll()
972 UP.Threshold = std::max<unsigned>(UP.Threshold, PragmaUnrollThreshold); in computeUnrollCount()
1015 computePeelCount(L, LoopSize, PP, TripCount, DT, SE, AC, UP.Threshold); in computeUnrollCount()
1223 if (UP.Threshold == 0 && (!UP.Partial || UP.PartialThreshold == 0) && in tryToUnrollLoop()
1242 UP.Threshold = std::max(UP.Threshold, LoopSize + 1); in tryToUnrollLoop()
1416 std::optional<unsigned> Threshold = std::nullopt, in LoopUnroll() argument
1426 ProvidedThreshold(Threshold), ProvidedAllowPartial(AllowPartial), in LoopUnroll()
1487 bool ForgetAllSCEV, int Threshold, int Count, in INITIALIZE_PASS_DEPENDENCY()
1495 Threshold == -1 ? std::nullopt : std::optional<unsigned>(Threshold), in INITIALIZE_PASS_DEPENDENCY()