|
LLVM
4.0.0
|
#include "SystemZ.h"#include "SystemZInstrInfo.h"#include "SystemZSubtarget.h"#include "llvm/CodeGen/LivePhysRegs.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/MachineInstrBuilder.h"Go to the source code of this file.
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Macros | |
| #define | SYSTEMZ_EXPAND_PSEUDO_NAME "SystemZ pseudo instruction expansion pass" |
Functions | |
| void | llvm::initializeSystemZExpandPseudoPass (PassRegistry &) |
| INITIALIZE_PASS (SystemZExpandPseudo,"systemz-expand-pseudo", SYSTEMZ_EXPAND_PSEUDO_NAME, false, false) FunctionPass *llvm | |
| Returns an instance of the pseudo instruction expansion pass. More... | |
| #define SYSTEMZ_EXPAND_PSEUDO_NAME "SystemZ pseudo instruction expansion pass" |
Definition at line 25 of file SystemZExpandPseudo.cpp.
| INITIALIZE_PASS | ( | SystemZExpandPseudo | , |
| "systemz-expand-pseudo" | , | ||
| SYSTEMZ_EXPAND_PSEUDO_NAME | , | ||
| false | , | ||
| false | |||
| ) |
Returns an instance of the pseudo instruction expansion pass.
Definition at line 55 of file SystemZExpandPseudo.cpp.
1.8.6