LLVM API Documentation
#include "PPC.h"#include "MCTargetDesc/PPCPredicates.h"#include "PPCInstrBuilder.h"#include "PPCInstrInfo.h"#include "llvm/ADT/Statistic.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/Support/MathExtras.h"#include "llvm/Target/TargetMachine.h"#include "llvm/Target/TargetSubtargetInfo.h"
Go to the source code of this file.
Namespaces | |
| namespace | llvm |
List of target independent CodeGen pass IDs. | |
Defines | |
| #define | DEBUG_TYPE "ppc-branch-select" |
Functions | |
| STATISTIC (NumExpanded,"Number of branches expanded to long format") | |
| void | llvm::initializePPCBSelPass (PassRegistry &) |
| INITIALIZE_PASS (PPCBSel,"ppc-branch-select","PowerPC Branch Selector", false, false) FunctionPass *llvm | |
| #define DEBUG_TYPE "ppc-branch-select" |
Definition at line 29 of file PPCBranchSelector.cpp.
| INITIALIZE_PASS | ( | PPCBSel | , |
| "ppc-branch-select" | , | ||
| "PowerPC Branch Selector" | , | ||
| false | , | ||
| false | |||
| ) |
createPPCBranchSelectionPass - returns an instance of the Branch Selection Pass
Definition at line 56 of file PPCBranchSelector.cpp.
| STATISTIC | ( | NumExpanded | , |
| "Number of branches expanded to long format" | |||
| ) |