HomeSort by relevance Sort by last modified time
    Searched refs:VerifyLoopInfo (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
Debug.h 95 extern bool VerifyLoopInfo;
  /external/llvm/lib/Analysis/
LoopInfo.cpp 43 static bool VerifyLoopInfo = true;
45 static bool VerifyLoopInfo = false;
48 VerifyLoopInfoX("verify-loop-info", cl::location(VerifyLoopInfo),
705 if (VerifyLoopInfo)
  /external/swiftshader/third_party/LLVM/lib/Analysis/
LoopInfo.cpp 33 static bool VerifyLoopInfo = true;
35 static bool VerifyLoopInfo = false;
38 VerifyLoopInfoX("verify-loop-info", cl::location(VerifyLoopInfo),
666 if (!VerifyLoopInfo) return;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
LoopInfo.cpp 45 bool llvm::VerifyLoopInfo = true;
47 bool llvm::VerifyLoopInfo = false;
50 VerifyLoopInfoX("verify-loop-info", cl::location(VerifyLoopInfo),
734 if (VerifyLoopInfo) {

Completed in 510 milliseconds