LLVM  4.0.0
Macros | Functions
BranchRelaxation.cpp File Reference
#include "llvm/CodeGen/Passes.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/CodeGen/LivePhysRegs.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/RegisterScavenging.h"
#include "llvm/Target/TargetInstrInfo.h"
#include "llvm/Target/TargetSubtargetInfo.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/Format.h"
#include "llvm/Support/raw_ostream.h"
Include dependency graph for BranchRelaxation.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "branch-relaxation"
 
#define BRANCH_RELAX_NAME   "Branch relaxation pass"
 

Functions

 STATISTIC (NumSplit,"Number of basic blocks split")
 
 STATISTIC (NumConditionalRelaxed,"Number of conditional branches relaxed")
 
 STATISTIC (NumUnconditionalRelaxed,"Number of unconditional branches relaxed")
 

Macro Definition Documentation

#define BRANCH_RELAX_NAME   "Branch relaxation pass"

Definition at line 30 of file BranchRelaxation.cpp.

#define DEBUG_TYPE   "branch-relaxation"

Definition at line 24 of file BranchRelaxation.cpp.

Function Documentation

STATISTIC ( NumSplit  ,
"Number of basic blocks split  
)
STATISTIC ( NumConditionalRelaxed  ,
"Number of conditional branches relaxed"   
)
STATISTIC ( NumUnconditionalRelaxed  ,
"Number of unconditional branches relaxed"   
)