CACAO
Macros | Typedefs | Functions
LinearScanAllocatorPass.cpp File Reference

Go to the source code of this file.

Macros

#define DEBUG_NAME   "compiler2/LinearScanAllocator"
 
#define LSRA_VERIFY
 

Typedefs

typedef alloc::map
< Type::TypeID, alloc::set
< MachineOperand
*, MachineOperandComp >::type >
::type 
FreeRegsMap
 

Functions

static PassRegistry
< LinearScanAllocatorPass > 
X ("LinearScanAllocatorPass")
 

Macro Definition Documentation

#define DEBUG_NAME   "compiler2/LinearScanAllocator"

Definition at line 41 of file LinearScanAllocatorPass.cpp.

#define LSRA_VERIFY

Definition at line 1223 of file LinearScanAllocatorPass.cpp.

Typedef Documentation

typedef alloc::map<Type::TypeID, alloc::set<MachineOperand*,MachineOperandComp>::type >::type FreeRegsMap

Definition at line 685 of file LinearScanAllocatorPass.cpp.

Function Documentation

static PassRegistry<LinearScanAllocatorPass> X ( "LinearScanAllocatorPass"  )
static