Searched refs:PartialThreshold (Results 1 – 6 of 6) sorted by relevance
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()843 getUnrolledLoopSize(LoopSize, UP) > UP.PartialThreshold) in computeUnrollCount()919 getUnrolledLoopSize(LoopSize, UP) > UP.PartialThreshold) in computeUnrollCount()[all …]
153 UP.PartialThreshold = UP.Threshold / 4; in getUnrollingPreferences()
286 UP.PartialThreshold = 75; in getUnrollingPreferences()
763 UP.PartialThreshold *= 2; in getUnrollingPreferences()
373 unsigned PartialThreshold; member
478 UP.PartialThreshold = MaxOps; in getUnrollingPreferences()