Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp216 static cl::opt<bool> EnableCountDownLoop("loop-predication-enable-count-down-loop", variable
519 return Step->isOne() || (Step->isAllOnesValue() && EnableCountDownLoop); in isSupportedStep()