LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

ADCE.cpp File Reference

#include "llvm/Transforms/Scalar.h"
#include "llvm/BasicBlock.h"
#include "llvm/Instructions.h"
#include "llvm/Pass.h"
#include "llvm/Support/CFG.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/InstIterator.h"
#include "llvm/ADT/DepthFirstIterator.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/Statistic.h"

Include dependency graph for ADCE.cpp:

Include dependency graph

Go to the source code of this file.

Classes

struct  ADCE

Defines

#define DEBUG_TYPE   "adce"

Functions

 STATISTIC (NumRemoved,"Number of instructions removed")

Variables

RegisterPass< ADCEX ("adce","Aggressive Dead Code Elimination")


Define Documentation

#define DEBUG_TYPE   "adce"
 

Definition at line 17 of file ADCE.cpp.


Function Documentation

STATISTIC NumRemoved  ,
"Number of instructions removed" 
 


Variable Documentation

RegisterPass<ADCE> X("adce","Aggressive Dead Code Elimination") [static]
 




This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.