Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DLoopInfo.cpp33 static bool VerifyLoopInfo = true; variable
35 static bool VerifyLoopInfo = false; variable
38 VerifyLoopInfoX("verify-loop-info", cl::location(VerifyLoopInfo),
666 if (!VerifyLoopInfo) return; in verifyAnalysis()
/external/llvm/lib/Analysis/
DLoopInfo.cpp43 static bool VerifyLoopInfo = true; variable
45 static bool VerifyLoopInfo = false; variable
48 VerifyLoopInfoX("verify-loop-info", cl::location(VerifyLoopInfo),
705 if (VerifyLoopInfo) in verifyAnalysis()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DDebug.h95 extern bool VerifyLoopInfo;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLoopInfo.cpp45 bool llvm::VerifyLoopInfo = true; member in llvm
47 bool llvm::VerifyLoopInfo = false; member in llvm
50 VerifyLoopInfoX("verify-loop-info", cl::location(VerifyLoopInfo),
734 if (VerifyLoopInfo) { in verifyAnalysis()