Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineDominators.cpp24 static bool VerifyMachineDomInfo = true; variable
26 static bool VerifyMachineDomInfo = false; variable
29 "verify-machine-dom-info", cl::location(VerifyMachineDomInfo), cl::Hidden,
68 if (DT && VerifyMachineDomInfo) { in verifyAnalysis()