CACAO
|
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") |
#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 alloc::map<Type::TypeID, alloc::set<MachineOperand*,MachineOperandComp>::type >::type FreeRegsMap |
Definition at line 685 of file LinearScanAllocatorPass.cpp.
|
static |