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

/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
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 57 milliseconds