Lines Matching refs:Threshold
194 UP.Threshold = in gatherUnrollingPreferences()
227 UP.Threshold = UP.OptSizeThreshold; in gatherUnrollingPreferences()
234 UP.Threshold = UnrollThreshold; in gatherUnrollingPreferences()
260 UP.Threshold = *UserThreshold; in gatherUnrollingPreferences()
769 UCE.getUnrolledLoopSize(UP, (unsigned)UnrollCount) < UP.Threshold) in shouldPragmaUnroll()
802 if (UCE.getUnrolledLoopSize(UP) < UP.Threshold) in shouldFullUnroll()
810 UP.Threshold * UP.MaxPercentThresholdBoost / 100, in shouldFullUnroll()
814 if (Cost->UnrolledCost < UP.Threshold * Boost / 100) in shouldFullUnroll()
926 UP.Threshold = std::max<unsigned>(UP.Threshold, PragmaUnrollThreshold); in computeUnrollCount()
969 computePeelCount(L, LoopSize, PP, TripCount, DT, SE, AC, UP.Threshold); in computeUnrollCount()
1176 if (UP.Threshold == 0 && (!UP.Partial || UP.PartialThreshold == 0) && in tryToUnrollLoop()
1196 UP.Threshold = std::max(UP.Threshold, LoopSize + 1); in tryToUnrollLoop()
1369 std::optional<unsigned> Threshold = std::nullopt, in LoopUnroll() argument
1379 ProvidedThreshold(Threshold), ProvidedAllowPartial(AllowPartial), in LoopUnroll()
1440 bool ForgetAllSCEV, int Threshold, int Count, in INITIALIZE_PASS_DEPENDENCY()
1448 Threshold == -1 ? std::nullopt : std::optional<unsigned>(Threshold), in INITIALIZE_PASS_DEPENDENCY()