Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp127 static cl::opt<bool> UnrollAllowRemainder( variable
239 if (UnrollAllowRemainder.getNumOccurrences() > 0) in gatherUnrollingPreferences()
240 UP.AllowRemainder = UnrollAllowRemainder; in gatherUnrollingPreferences()