|
LLVM
4.0.0
|
RegisterRegAlloc class - Track the registration of register allocators. More...
#include <RegAllocRegistry.h>
Public Types | |
| typedef FunctionPass *(* | FunctionPassCtor )() |
Public Member Functions | |
| RegisterRegAlloc (const char *N, const char *D, FunctionPassCtor C) | |
| ~RegisterRegAlloc () | |
| RegisterRegAlloc * | getNext () const |
Public Member Functions inherited from llvm::MachinePassRegistryNode | |
| MachinePassRegistryNode (const char *N, const char *D, MachinePassCtor C) | |
| MachinePassRegistryNode * | getNext () const |
| MachinePassRegistryNode ** | getNextAddress () |
| StringRef | getName () const |
| StringRef | 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 39 of file RegAllocRegistry.h.
|
inlinestatic |
Definition at line 49 of file RegAllocRegistry.h.
Referenced by llvm::TargetPassConfig::createRegAllocPass(), and initializeDefaultRegisterAllocatorOnce().
|
inlinestatic |
Definition at line 46 of file RegAllocRegistry.h.
|
inline |
Definition at line 43 of file RegAllocRegistry.h.
References llvm::MachinePassRegistryNode::getNext().
|
inlinestatic |
Definition at line 52 of file RegAllocRegistry.h.
Referenced by initializeDefaultRegisterAllocatorOnce().
|
inlinestatic |
Definition at line 55 of file RegAllocRegistry.h.
|
static |
RegisterRegAlloc's global Registry tracks allocator registration.
Definition at line 33 of file RegAllocRegistry.h.
1.8.6