Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp59 static bool VerifyLoopLCSSA = true; variable
61 static bool VerifyLoopLCSSA = false; variable
64 VerifyLoopLCSSAFlag("verify-loop-lcssa", cl::location(VerifyLoopLCSSA),
464 if (VerifyLoopLCSSA) { in verifyAnalysis()