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

/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DDominators.cpp34 static bool VerifyDomInfo = true; variable
36 static bool VerifyDomInfo = false;
39 VerifyDomInfoX("verify-dom-info", cl::location(VerifyDomInfo),
64 if (!VerifyDomInfo) return;
/external/llvm/lib/IR/
H A DDominators.cpp32 static bool VerifyDomInfo = true; variable
34 static bool VerifyDomInfo = false;
37 VerifyDomInfoX("verify-dom-info", cl::location(VerifyDomInfo),
348 if (VerifyDomInfo)

Completed in 142 milliseconds