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()
786 UCE.getUnrolledLoopSize(UP, (unsigned)UnrollCount) < UP.Threshold) in shouldPragmaUnroll()
815 if (UCE.getUnrolledLoopSize(UP) < UP.Threshold) in shouldFullUnroll()
823 UP.Threshold * UP.MaxPercentThresholdBoost / 100, in shouldFullUnroll()
827 if (Cost->UnrolledCost < UP.Threshold * Boost / 100) in shouldFullUnroll()
938 UP.Threshold = std::max<unsigned>(UP.Threshold, PragmaUnrollThreshold); in computeUnrollCount()
981 computePeelCount(L, LoopSize, PP, TripCount, DT, SE, UP.Threshold); in computeUnrollCount()
1187 if (UP.Threshold == 0 && (!UP.Partial || UP.PartialThreshold == 0) && in tryToUnrollLoop()
1215 UP.Threshold = std::max(UP.Threshold, LoopSize + 1); in tryToUnrollLoop()
1379 bool ForgetAllSCEV = false, Optional<unsigned> Threshold = None, in LoopUnroll() argument
1388 ProvidedThreshold(Threshold), ProvidedAllowPartial(AllowPartial), in LoopUnroll()
1449 bool ForgetAllSCEV, int Threshold, int Count, in INITIALIZE_PASS_DEPENDENCY()
1457 Threshold == -1 ? None : Optional<unsigned>(Threshold), in INITIALIZE_PASS_DEPENDENCY()