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