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

/external/llvm/lib/IR/
H A DDominators.cpp34 static bool VerifyDomInfo = true; variable
36 static bool VerifyDomInfo = false;
39 VerifyDomInfoX("verify-dom-info", cl::location(VerifyDomInfo),
77 if (!VerifyDomInfo) return;

Completed in 166 milliseconds