Home
last modified time | relevance | path

Searched refs:UnrollThreshold (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopUnrollPass.cpp31 UnrollThreshold("unroll-threshold", cl::init(150), cl::Hidden, variable
53 CurrentThreshold = (T == -1) ? UnrollThreshold : unsigned(T); in LoopUnroll()
57 UserThreshold = (T != -1) || (UnrollThreshold.getNumOccurrences() > 0); in LoopUnroll()
/external/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp45 UnrollThreshold("unroll-threshold", cl::Hidden, variable
141 if (UnrollThreshold.getNumOccurrences() > 0) { in gatherUnrollingPreferences()
142 UP.Threshold = UnrollThreshold; in gatherUnrollingPreferences()
143 UP.PartialThreshold = UnrollThreshold; in gatherUnrollingPreferences()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp73 UnrollThreshold("unroll-threshold", cl::Hidden, variable
208 if (UnrollThreshold.getNumOccurrences() > 0) in gatherUnrollingPreferences()
209 UP.Threshold = UnrollThreshold; in gatherUnrollingPreferences()