Lines Matching refs:Threshold
176 UP.Threshold = OptLevel > 2 ? 300 : 150; in gatherUnrollingPreferences()
203 UP.Threshold = UP.OptSizeThreshold; in gatherUnrollingPreferences()
209 UP.Threshold = UnrollThreshold; in gatherUnrollingPreferences()
235 UP.Threshold = *UserThreshold; in gatherUnrollingPreferences()
731 if (UP.AllowRemainder && getUnrolledLoopSize(LoopSize, UP) < UP.Threshold) in computeUnrollCount()
761 UP.Threshold = std::max<unsigned>(UP.Threshold, PragmaUnrollThreshold); in computeUnrollCount()
782 if (getUnrolledLoopSize(LoopSize, UP) < UP.Threshold) { in computeUnrollCount()
793 UP.Threshold * UP.MaxPercentThresholdBoost / 100)) { in computeUnrollCount()
796 if (Cost->UnrolledCost < UP.Threshold * Boost / 100) { in computeUnrollCount()
997 if (UP.Threshold == 0 && (!UP.Partial || UP.PartialThreshold == 0)) in tryToUnrollLoop()
1143 Optional<unsigned> Threshold = None, in LoopUnroll() argument
1149 ProvidedCount(std::move(Count)), ProvidedThreshold(Threshold), in LoopUnroll()
1206 int Threshold, int Count, int AllowPartial, in INITIALIZE_PASS_DEPENDENCY()
1214 Threshold == -1 ? None : Optional<unsigned>(Threshold), in INITIALIZE_PASS_DEPENDENCY()