Lines Matching refs:PartialThreshold
179 UP.PartialThreshold = 150; in gatherUnrollingPreferences()
204 UP.PartialThreshold = UP.PartialOptSizeThreshold; in gatherUnrollingPreferences()
211 UP.PartialThreshold = UnrollPartialThreshold; in gatherUnrollingPreferences()
236 UP.PartialThreshold = *UserThreshold; in gatherUnrollingPreferences()
762 UP.PartialThreshold = in computeUnrollCount()
763 std::max<unsigned>(UP.PartialThreshold, PragmaUnrollThreshold); in computeUnrollCount()
826 if (UP.PartialThreshold != NoThreshold) { in computeUnrollCount()
828 if (getUnrolledLoopSize(LoopSize, UP) > UP.PartialThreshold) in computeUnrollCount()
830 (std::max(UP.PartialThreshold, UP.BEInsns + 1) - UP.BEInsns) / in computeUnrollCount()
843 getUnrolledLoopSize(LoopSize, UP) > UP.PartialThreshold) in computeUnrollCount()
919 getUnrolledLoopSize(LoopSize, UP) > UP.PartialThreshold) in computeUnrollCount()
997 if (UP.Threshold == 0 && (!UP.Partial || UP.PartialThreshold == 0)) in tryToUnrollLoop()