LLVM API Documentation
#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:

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< ADCE > | X ("adce","Aggressive Dead Code Elimination") |
|
|
|
|
||||||||||||
|
|
|
|
|