Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp109 static cl::opt<unsigned> UnrollPeelCount( variable
218 if (UnrollPeelCount.getNumOccurrences() > 0) in gatherUnrollingPreferences()
219 UP.PeelCount = UnrollPeelCount; in gatherUnrollingPreferences()