Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp213 static cl::opt<bool> EnableCountDownLoop("loop-predication-enable-count-down-loop", variable
503 return Step->isOne() || (Step->isAllOnesValue() && EnableCountDownLoop); in isSupportedStep()