Searched refs:PartialThreshold (Results 1 – 6 of 6) sorted by relevance
191 UP.PartialThreshold = 150; in gatherUnrollingPreferences()220 UP.PartialThreshold = UP.PartialOptSizeThreshold; in gatherUnrollingPreferences()228 UP.PartialThreshold = UnrollPartialThreshold; in gatherUnrollingPreferences()253 UP.PartialThreshold = *UserThreshold; in gatherUnrollingPreferences()783 UP.PartialThreshold = in computeUnrollCount()784 std::max<unsigned>(UP.PartialThreshold, PragmaUnrollThreshold); in computeUnrollCount()863 if (UP.PartialThreshold != NoThreshold) { in computeUnrollCount()865 if (getUnrolledLoopSize(LoopSize, UP) > UP.PartialThreshold) in computeUnrollCount()867 (std::max(UP.PartialThreshold, UP.BEInsns + 1) - UP.BEInsns) / in computeUnrollCount()880 getUnrolledLoopSize(LoopSize, UP) > UP.PartialThreshold) in computeUnrollCount()[all …]
153 UP.PartialThreshold = UP.Threshold / 4; in getUnrollingPreferences()
285 UP.PartialThreshold = 75; in getUnrollingPreferences()
785 UP.PartialThreshold *= 2; in getUnrollingPreferences()
443 unsigned PartialThreshold; member
495 UP.PartialThreshold = MaxOps; in getUnrollingPreferences()