LLVM API Documentation
#include <MachinePassRegistry.h>
Public Member Functions | |
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) |
MachinePassRegistryNode - Machine pass node stored in registration list.
Definition at line 50 of file MachinePassRegistry.h.
|
inline |
Definition at line 61 of file MachinePassRegistry.h.
|
inline |
Definition at line 73 of file MachinePassRegistry.h.
Referenced by llvm::MachinePassRegistry::Add().
|
inline |
Definition at line 72 of file MachinePassRegistry.h.
Referenced by llvm::MachinePassRegistry::Add().
|
inline |
Definition at line 71 of file MachinePassRegistry.h.
Referenced by llvm::MachinePassRegistry::Add(), and llvm::MachinePassRegistry::Remove().
|
inline |
Definition at line 69 of file MachinePassRegistry.h.
Referenced by llvm::RegisterRegAlloc::getNext(), llvm::RegisterScheduler::getNext(), llvm::MachineSchedRegistry::getNext(), and llvm::MachinePassRegistry::setDefault().
|
inline |
Definition at line 70 of file MachinePassRegistry.h.
|
inline |
Definition at line 74 of file MachinePassRegistry.h.
References N.
Referenced by llvm::MachinePassRegistry::Add().