LLVM
8.0.1
|
MachinePassRegistryNode - Machine pass node stored in registration list. More...
#include "llvm/CodeGen/MachinePassRegistry.h"
Public Member Functions | |
MachinePassRegistryNode (const char *N, const char *D, PassCtorTy C) | |
MachinePassRegistryNode * | getNext () const |
MachinePassRegistryNode ** | getNextAddress () |
StringRef | getName () const |
StringRef | getDescription () const |
PassCtorTy | getCtor () const |
void | setNext (MachinePassRegistryNode *N) |
MachinePassRegistryNode - Machine pass node stored in registration list.
Definition at line 49 of file MachinePassRegistry.h.
|
inline |
Definition at line 57 of file MachinePassRegistry.h.
|
inline |
Definition at line 65 of file MachinePassRegistry.h.
|
inline |
Definition at line 64 of file MachinePassRegistry.h.
|
inline |
Definition at line 63 of file MachinePassRegistry.h.
|
inline |
Definition at line 61 of file MachinePassRegistry.h.
Referenced by llvm::RegisterRegAlloc::getNext(), llvm::RegisterScheduler::getNext(), and llvm::MachineSchedRegistry::getNext().
|
inline |
Definition at line 62 of file MachinePassRegistry.h.
|
inline |
Definition at line 66 of file MachinePassRegistry.h.