|
LLVM
4.0.0
|
#include "PPCInstrInfo.h"#include "PPC.h"#include "PPCInstrBuilder.h"#include "PPCTargetMachine.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/MachineInstrBuilder.h"#include "llvm/CodeGen/MachineRegisterInfo.h"#include "llvm/Support/Debug.h"Go to the source code of this file.
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Macros | |
| #define | DEBUG_TYPE "ppc-mi-peepholes" |
Functions | |
| void | llvm::initializePPCMIPeepholePass (PassRegistry &) |
| INITIALIZE_PASS_BEGIN (PPCMIPeephole, DEBUG_TYPE,"PowerPC MI Peephole Optimization", false, false) INITIALIZE_PASS_END(PPCMIPeephole | |
Variables | |
| DEBUG_TYPE | |
| PowerPC MI Peephole | Optimization |
| PowerPC MI Peephole | false |
| #define DEBUG_TYPE "ppc-mi-peepholes" |
Definition at line 33 of file PPCMIPeephole.cpp.
| INITIALIZE_PASS_BEGIN | ( | PPCMIPeephole | , |
| DEBUG_TYPE | , | ||
| "PowerPC MI Peephole Optimization" | , | ||
| false | , | ||
| false | |||
| ) |
| DEBUG_TYPE |
Definition at line 386 of file PPCMIPeephole.cpp.
| PowerPC MI Peephole false |
Definition at line 386 of file PPCMIPeephole.cpp.
| PowerPC MI Peephole Optimization |
Definition at line 386 of file PPCMIPeephole.cpp.
1.8.6