Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp153 static cl::opt<bool> UnrollUnrollRemainder( variable
250 if (UnrollUnrollRemainder.getNumOccurrences() > 0) in gatherUnrollingPreferences()
251 UP.UnrollRemainder = UnrollUnrollRemainder; in gatherUnrollingPreferences()