Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineDominators.cpp27 bool VerifyMachineDomInfo = true; variable
29 bool VerifyMachineDomInfo = false;
34 "verify-machine-dom-info", cl::location(VerifyMachineDomInfo), cl::Hidden,
77 if (DT && VerifyMachineDomInfo) in verifyAnalysis()
H A DMachinePostDominators.cpp22 extern bool VerifyMachineDomInfo;
68 if (PDT && VerifyMachineDomInfo) in verifyAnalysis()