|
LLVM
4.0.0
|
Basic Dead Code Elimination pass. More...
#include <DCE.h>
Public Member Functions | |
| PreservedAnalyses | run (Function &F, FunctionAnalysisManager &AM) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PassInfoMixin< DCEPass > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. More... | |
| PreservedAnalyses DCEPass::run | ( | Function & | F, |
| FunctionAnalysisManager & | AM | ||
| ) |
Definition at line 126 of file DCE.cpp.
References llvm::PreservedAnalyses::all(), eliminateDeadCode(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getCachedResult(), and llvm::PreservedAnalyses::none().
1.8.6