LLVM API Documentation

Namespaces | Defines | Functions
PPCBranchSelector.cpp File Reference
#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"
Include dependency graph for PPCBranchSelector.cpp:

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 Documentation

#define DEBUG_TYPE   "ppc-branch-select"

Definition at line 29 of file PPCBranchSelector.cpp.


Function Documentation

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"   
)