LLVM API Documentation

Defines | Functions
ADCE.cpp File Reference
#include "llvm/Transforms/Scalar.h"
#include "llvm/ADT/DepthFirstIterator.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/IR/BasicBlock.h"
#include "llvm/IR/CFG.h"
#include "llvm/IR/InstIterator.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/IntrinsicInst.h"
#include "llvm/Pass.h"
Include dependency graph for ADCE.cpp:

Go to the source code of this file.

Defines

#define DEBUG_TYPE   "adce"

Functions

 STATISTIC (NumRemoved,"Number of instructions removed")

Define Documentation

#define DEBUG_TYPE   "adce"

Definition at line 30 of file ADCE.cpp.


Function Documentation

STATISTIC ( NumRemoved  ,
"Number of instructions removed"   
)