Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp48 bool llvm::VerifyLoopInfo = true; member in llvm
50 bool llvm::VerifyLoopInfo = false; member in llvm
53 VerifyLoopInfoX("verify-loop-info", cl::location(VerifyLoopInfo),
1193 if (VerifyLoopInfo) { in verifyAnalysis()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPassManager.cpp323 if (VerifyLoopInfo) in run()
H A DSimpleLoopUnswitch.cpp2778 if (VerifyLoopInfo) in turnGuardIntoBranch()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h544 extern bool VerifyLoopInfo;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp697 if (MadeChange && VerifyLoopInfo) in _run()