Lines Matching refs:PartialThreshold
120 UP.PartialThreshold = UP.Threshold; in gatherUnrollingPreferences()
137 UP.PartialThreshold = UP.PartialOptSizeThreshold; in gatherUnrollingPreferences()
143 UP.PartialThreshold = UnrollThreshold; in gatherUnrollingPreferences()
164 UP.PartialThreshold = *UserThreshold; in gatherUnrollingPreferences()
746 UP.PartialThreshold = in computeUnrollCount()
747 std::max<unsigned>(UP.PartialThreshold, PragmaUnrollThreshold); in computeUnrollCount()
790 if (UP.PartialThreshold != NoThreshold) { in computeUnrollCount()
793 if (UnrolledSize > UP.PartialThreshold) in computeUnrollCount()
794 UP.Count = (std::max(UP.PartialThreshold, 3u) - BEInsns) / in computeUnrollCount()
807 while (UP.Count != 0 && UnrolledSize > UP.PartialThreshold) { in computeUnrollCount()
859 while (UP.Count != 0 && UnrolledSize > UP.PartialThreshold) { in computeUnrollCount()