Lines Matching refs:Threshold
194 UP.Threshold = in gatherUnrollingPreferences()
226 UP.Threshold = UP.OptSizeThreshold; in gatherUnrollingPreferences()
233 UP.Threshold = UnrollThreshold; in gatherUnrollingPreferences()
257 UP.Threshold = *UserThreshold; in gatherUnrollingPreferences()
793 if (UP.AllowRemainder && UCE.getUnrolledLoopSize(UP) < UP.Threshold) in computeUnrollCount()
823 UP.Threshold = std::max<unsigned>(UP.Threshold, PragmaUnrollThreshold); in computeUnrollCount()
858 if (UCE.getUnrolledLoopSize(UP) < UP.Threshold) { in computeUnrollCount()
867 UP.Threshold * UP.MaxPercentThresholdBoost / 100, in computeUnrollCount()
871 if (Cost->UnrolledCost < UP.Threshold * Boost / 100) { in computeUnrollCount()
880 computePeelCount(L, LoopSize, PP, TripCount, SE, UP.Threshold); in computeUnrollCount()
1090 if (UP.Threshold == 0 && (!UP.Partial || UP.PartialThreshold == 0) && in tryToUnrollLoop()
1110 UP.Threshold = std::max(UP.Threshold, LoopSize + 1); in tryToUnrollLoop()
1274 bool ForgetAllSCEV = false, Optional<unsigned> Threshold = None, in LoopUnroll() argument
1283 ProvidedThreshold(Threshold), ProvidedAllowPartial(AllowPartial), in LoopUnroll()
1344 bool ForgetAllSCEV, int Threshold, int Count, in INITIALIZE_PASS_DEPENDENCY()
1352 Threshold == -1 ? None : Optional<unsigned>(Threshold), in INITIALIZE_PASS_DEPENDENCY()