Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp49 bool llvm::VerifyLoopInfo = true; member in llvm
51 bool llvm::VerifyLoopInfo = false; member in llvm
54 VerifyLoopInfoX("verify-loop-info", cl::location(VerifyLoopInfo),
1224 if (VerifyLoopInfo) { in verifyAnalysis()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPassManager.cpp323 if (VerifyLoopInfo) in run()
H A DSimpleLoopUnswitch.cpp2800 if (VerifyLoopInfo) in turnGuardIntoBranch()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h549 extern bool VerifyLoopInfo;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp697 if (MadeChange && VerifyLoopInfo) in _run()