|
LLVM
4.0.0
|
This pass removes redundant instructions. More...
#include <SimplifyInstructions.h>
Public Member Functions | |
| PreservedAnalyses | run (Function &F, FunctionAnalysisManager &AM) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PassInfoMixin< InstSimplifierPass > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. More... | |
This pass removes redundant instructions.
Definition at line 25 of file SimplifyInstructions.h.
| PreservedAnalyses InstSimplifierPass::run | ( | Function & | F, |
| FunctionAnalysisManager & | AM | ||
| ) |
Definition at line 131 of file SimplifyInstructions.cpp.
References llvm::PreservedAnalyses::all(), F, llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), llvm::PreservedAnalyses::none(), and runImpl().
1.8.6