Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineDominators.cpp28 bool VerifyMachineDomInfo = true; variable
30 bool VerifyMachineDomInfo = false;
35 "verify-machine-dom-info", cl::location(VerifyMachineDomInfo), cl::Hidden,
114 if (VerifyMachineDomInfo && DT) in verifyAnalysis()
H A DMachinePostDominators.cpp39 extern bool VerifyMachineDomInfo;
112 if (VerifyMachineDomInfo && PDT && in verifyAnalysis()