Home
last modified time | relevance | path

Searched refs:VerifyEnabled (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
DRegAllocBase.cpp44 VerifyRegAlloc("verify-regalloc", cl::location(RegAllocBase::VerifyEnabled),
48 bool RegAllocBase::VerifyEnabled = false; member in RegAllocBase
DRegAllocBase.h104 static bool VerifyEnabled;
DRegAllocGreedy.cpp1309 if (VerifyEnabled) in splitAroundRegion()
1506 if (VerifyEnabled) in tryBlockSplit()
2514 if (VerifyEnabled) in selectOrSplitImpl()
2535 if (VerifyEnabled) in runOnMachineFunction()