Lines Matching refs:PartialThreshold
198 UP.PartialThreshold = 150; in gatherUnrollingPreferences()
227 UP.PartialThreshold = UP.PartialOptSizeThreshold; in gatherUnrollingPreferences()
235 UP.PartialThreshold = UnrollPartialThreshold; in gatherUnrollingPreferences()
258 UP.PartialThreshold = *UserThreshold; in gatherUnrollingPreferences()
824 UP.PartialThreshold = in computeUnrollCount()
825 std::max<unsigned>(UP.PartialThreshold, PragmaUnrollThreshold); in computeUnrollCount()
899 if (UP.PartialThreshold != NoThreshold) { in computeUnrollCount()
901 if (UCE.getUnrolledLoopSize(UP) > UP.PartialThreshold) in computeUnrollCount()
903 (std::max(UP.PartialThreshold, UP.BEInsns + 1) - UP.BEInsns) / in computeUnrollCount()
916 UCE.getUnrolledLoopSize(UP) > UP.PartialThreshold) in computeUnrollCount()
1000 UCE.getUnrolledLoopSize(UP) > UP.PartialThreshold) in computeUnrollCount()
1090 if (UP.Threshold == 0 && (!UP.Partial || UP.PartialThreshold == 0) && in tryToUnrollLoop()