LLVM 22.0.0git
RegAllocBase.cpp File Reference

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "regalloc"

Functions

 STATISTIC (NumNewQueued, "Number of new live ranges queued")

Variables

static cl::opt< bool, true > VerifyRegAlloc ("verify-regalloc", cl::location(RegAllocBase::VerifyEnabled), cl::Hidden, cl::desc("Verify during register allocation"))

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "regalloc"

Definition at line 38 of file RegAllocBase.cpp.

Function Documentation

◆ STATISTIC()

STATISTIC ( NumNewQueued ,
"Number of new live ranges queued"  )

Variable Documentation

◆ 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