Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp130 static cl::opt<bool> UnrollAllowRemainder( variable
253 if (UnrollAllowRemainder.getNumOccurrences() > 0) in gatherUnrollingPreferences()
254 UP.AllowRemainder = UnrollAllowRemainder; in gatherUnrollingPreferences()