Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineDominators.cpp25 bool VerifyMachineDomInfo = true; variable
27 bool VerifyMachineDomInfo = false;
32 "verify-machine-dom-info", cl::location(VerifyMachineDomInfo), cl::Hidden,
75 if (DT && VerifyMachineDomInfo) in verifyAnalysis()
H A DMachinePostDominators.cpp22 extern bool VerifyMachineDomInfo;
68 if (PDT && VerifyMachineDomInfo) in verifyAnalysis()