Searched refs:StressIVChain (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp177 static cl::opt<bool> StressIVChain(
181 static bool StressIVChain = false; variable
2800 if (StressIVChain)
2829 if (StressIVChain)
2924 if (!StressIVChain && Chain.ExprBase != OperExprBase)
2951 if (NChains >= MaxChains && !StressIVChain) {

Completed in 127 milliseconds