Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DDominators.cpp32 bool llvm::VerifyDomInfo = false; member in llvm
34 VerifyDomInfoX("verify-dom-info", cl::location(VerifyDomInfo), cl::Hidden,
411 if (VerifyDomInfo) in verifyAnalysis()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DDebug.h90 extern bool VerifyDomInfo;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DPostDominators.cpp82 if (VerifyDomInfo) in verifyAnalysis()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DLoopPassManager.cpp292 if (VerifyDomInfo) in run()