LLVM API Documentation
#include <RegAllocRegistry.h>
Public Types | |
typedef FunctionPass *(* | FunctionPassCtor )() |
Public Member Functions | |
RegisterRegAlloc (const char *N, const char *D, FunctionPassCtor C) | |
~RegisterRegAlloc () | |
RegisterRegAlloc * | getNext () const |
![]() | |
MachinePassRegistryNode (const char *N, const char *D, MachinePassCtor C) | |
MachinePassRegistryNode * | getNext () const |
MachinePassRegistryNode ** | getNextAddress () |
const char * | getName () const |
const char * | getDescription () const |
MachinePassCtor | getCtor () const |
void | setNext (MachinePassRegistryNode *N) |
Static Public Member Functions | |
static RegisterRegAlloc * | getList () |
static FunctionPassCtor | getDefault () |
static void | setDefault (FunctionPassCtor C) |
static void | setListener (MachinePassRegistryListener *L) |
Static Public Attributes | |
static MachinePassRegistry | Registry |
RegisterRegAlloc's global Registry tracks allocator registration. More... | |
RegisterRegAlloc class - Track the registration of register allocators.
Definition at line 27 of file RegAllocRegistry.h.
typedef FunctionPass*(* llvm::RegisterRegAlloc::FunctionPassCtor)() |
Definition at line 31 of file RegAllocRegistry.h.
|
inline |
Definition at line 35 of file RegAllocRegistry.h.
|
inline |
Definition at line 40 of file RegAllocRegistry.h.
|
inlinestatic |
Definition at line 51 of file RegAllocRegistry.h.
Referenced by llvm::TargetPassConfig::createRegAllocPass().
|
inlinestatic |
Definition at line 48 of file RegAllocRegistry.h.
|
inline |
Definition at line 45 of file RegAllocRegistry.h.
References llvm::MachinePassRegistryNode::getNext().
|
inlinestatic |
Definition at line 54 of file RegAllocRegistry.h.
Referenced by llvm::TargetPassConfig::createRegAllocPass().
|
inlinestatic |
Definition at line 57 of file RegAllocRegistry.h.
|
static |
RegisterRegAlloc's global Registry tracks allocator registration.
Definition at line 33 of file RegAllocRegistry.h.