LLVM  4.0.0
Macros | Functions
DCE.cpp File Reference
#include "llvm/Transforms/Scalar/DCE.h"
#include "llvm/ADT/SetVector.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/IR/InstIterator.h"
#include "llvm/IR/Instruction.h"
#include "llvm/Pass.h"
#include "llvm/Analysis/TargetLibraryInfo.h"
#include "llvm/Transforms/Scalar.h"
#include "llvm/Transforms/Utils/Local.h"
Include dependency graph for DCE.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "dce"
 

Functions

 STATISTIC (DIEEliminated,"Number of insts removed by DIE pass")
 
 STATISTIC (DCEEliminated,"Number of insts removed")
 
 INITIALIZE_PASS (DeadInstElimination,"die","Dead Instruction Elimination", false, false) Pass *llvm
 
static bool DCEInstruction (Instruction *I, SmallSetVector< Instruction *, 16 > &WorkList, const TargetLibraryInfo *TLI)
 
static bool eliminateDeadCode (Function &F, TargetLibraryInfo *TLI)
 

Macro Definition Documentation

#define DEBUG_TYPE   "dce"

Definition at line 30 of file DCE.cpp.

Function Documentation

static bool DCEInstruction ( Instruction I,
SmallSetVector< Instruction *, 16 > &  WorkList,
const TargetLibraryInfo TLI 
)
static
static bool eliminateDeadCode ( Function F,
TargetLibraryInfo TLI 
)
static
INITIALIZE_PASS ( DeadInstElimination  ,
"die"  ,
"Dead Instruction Elimination ,
false  ,
false   
)

Definition at line 68 of file DCE.cpp.

STATISTIC ( DIEEliminated  ,
"Number of insts removed by DIE pass  
)
STATISTIC ( DCEEliminated  ,
"Number of insts removed"   
)