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

  /external/llvm/lib/CodeGen/
RegAllocBase.h 113 /// VerifyEnabled - True when -verify-regalloc is given.
114 static bool VerifyEnabled;
RegAllocBase.cpp 41 VerifyRegAlloc("verify-regalloc", cl::location(RegAllocBase::VerifyEnabled),
45 bool RegAllocBase::VerifyEnabled = false;
RegAllocGreedy.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegAllocBase.h 181 /// VerifyEnabled - True when -verify-regalloc is given.
182 static bool VerifyEnabled;
RegAllocBasic.cpp 63 VerifyRegAlloc("verify-regalloc", cl::location(RegAllocBase::VerifyEnabled),
67 bool RegAllocBase::VerifyEnabled = false;
560 if (VerifyEnabled) {
RegAllocGreedy.cpp     [all...]

Completed in 146 milliseconds