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/Constant.h"
#include "llvm/Instructions.h"
#include "llvm/Type.h"
#include "llvm/Analysis/AliasAnalysis.h"
#include "llvm/Analysis/PostDominators.h"
#include "llvm/Support/CFG.h"
#include "llvm/Transforms/Utils/BasicBlockUtils.h"
#include "llvm/Transforms/Utils/Local.h"
#include "llvm/Transforms/Utils/UnifyFunctionExitNodes.h"
#include "llvm/Support/Debug.h"
#include "llvm/ADT/DepthFirstIterator.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/ADT/STLExtras.h"
#include <algorithm>

Include dependency graph for ADCE.cpp:

Go to the source code of this file.

Functions

FunctionPassllvm::createAggressiveDCEPass ()


Variable Documentation

Statistic NumBlockRemoved("adce","Number of basic blocks removed") [static]
 

Statistic NumCallRemoved("adce","Number of calls and invokes removed") [static]
 

Statistic NumInstRemoved("adce","Number of instructions removed") [static]
 

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