Searched refs:UnrollThreshold (Results 1 – 3 of 3) sorted by relevance
31 UnrollThreshold("unroll-threshold", cl::init(150), cl::Hidden, variable53 CurrentThreshold = (T == -1) ? UnrollThreshold : unsigned(T); in LoopUnroll()57 UserThreshold = (T != -1) || (UnrollThreshold.getNumOccurrences() > 0); in LoopUnroll()
45 UnrollThreshold("unroll-threshold", cl::Hidden, variable141 if (UnrollThreshold.getNumOccurrences() > 0) { in gatherUnrollingPreferences()142 UP.Threshold = UnrollThreshold; in gatherUnrollingPreferences()143 UP.PartialThreshold = UnrollThreshold; in gatherUnrollingPreferences()
73 UnrollThreshold("unroll-threshold", cl::Hidden, variable208 if (UnrollThreshold.getNumOccurrences() > 0) in gatherUnrollingPreferences()209 UP.Threshold = UnrollThreshold; in gatherUnrollingPreferences()