Go to the source code of this file.
|
static cl::opt< bool, true > | VerifyRegAlloc ("verify-regalloc", cl::location(RegAllocBase::VerifyEnabled), cl::Hidden, cl::desc("Verify during register allocation")) |
|
◆ DEBUG_TYPE
#define DEBUG_TYPE "regalloc" |
◆ STATISTIC()
STATISTIC |
( |
NumNewQueued |
, |
|
|
"Number of new live ranges queued" |
|
|
) |
| |
◆ VerifyRegAlloc
cl::opt< bool, true > VerifyRegAlloc("verify-regalloc", cl::location(RegAllocBase::VerifyEnabled), cl::Hidden, cl::desc("Verify during register allocation")) |
( |
"verify-regalloc" |
, |
|
|
cl::location(RegAllocBase::VerifyEnabled) |
, |
|
|
cl::Hidden |
, |
|
|
cl::desc("Verify during register allocation") |
|
|
) |
| |
|
static |