Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp76 static cl::opt<unsigned> UnrollPartialThreshold( variable
210 if (UnrollPartialThreshold.getNumOccurrences() > 0) in gatherUnrollingPreferences()
211 UP.PartialThreshold = UnrollPartialThreshold; in gatherUnrollingPreferences()