Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp84 static cl::opt<bool> UnrollAllowRemainder( variable
156 if (UnrollAllowRemainder.getNumOccurrences() > 0) in gatherUnrollingPreferences()
157 UP.AllowRemainder = UnrollAllowRemainder; in gatherUnrollingPreferences()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp118 static cl::opt<bool> UnrollAllowRemainder( variable
222 if (UnrollAllowRemainder.getNumOccurrences() > 0) in gatherUnrollingPreferences()
223 UP.AllowRemainder = UnrollAllowRemainder; in gatherUnrollingPreferences()