Searched refs:UnrollThreshold (Results 1 – 1 of 1) sorted by relevance
42 UnrollThreshold("unroll-threshold", cl::init(150), cl::Hidden, variable85 CurrentThreshold = (T == -1) ? UnrollThreshold : unsigned(T); in LoopUnroll()93 UserThreshold = (T != -1) || (UnrollThreshold.getNumOccurrences() > 0); in LoopUnroll()