Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DDominators.cpp34 static bool VerifyDomInfo = true; variable
36 static bool VerifyDomInfo = false; variable
39 VerifyDomInfoX("verify-dom-info", cl::location(VerifyDomInfo),
64 if (!VerifyDomInfo) return; in verifyAnalysis()
/external/llvm/lib/IR/
DDominators.cpp32 static bool VerifyDomInfo = true; variable
34 static bool VerifyDomInfo = false; variable
37 VerifyDomInfoX("verify-dom-info", cl::location(VerifyDomInfo),
348 if (VerifyDomInfo) in verifyAnalysis()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DDebug.h91 extern bool VerifyDomInfo;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDominators.cpp32 bool llvm::VerifyDomInfo = false; member in llvm
34 VerifyDomInfoX("verify-dom-info", cl::location(VerifyDomInfo), cl::Hidden,
365 if (VerifyDomInfo) in verifyAnalysis()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DPostDominators.cpp54 if (VerifyDomInfo) in verifyAnalysis()