|
LLVM
3.7.0
|
#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 | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Macros | |
| #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 | |
| createPPCBranchSelectionPass - returns an instance of the Branch Selection Pass More... | |
| #define DEBUG_TYPE "ppc-branch-select" |
Definition at line 29 of file PPCBranchSelector.cpp.
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" | |||
| ) |
1.8.6