Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DDominators.cpp33 static bool VerifyDomInfo = true; variable
35 static bool VerifyDomInfo = false; variable
38 VerifyDomInfoX("verify-dom-info", cl::location(VerifyDomInfo),
284 if (!VerifyDomInfo) in verifyDomTree()