Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DDebug.h95 extern bool VerifyLoopInfo;
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLoopInfo.cpp46 bool llvm::VerifyLoopInfo = true; member in llvm
48 bool llvm::VerifyLoopInfo = false; member in llvm
51 VerifyLoopInfoX("verify-loop-info", cl::location(VerifyLoopInfo),
787 if (VerifyLoopInfo) { in verifyAnalysis()