|
LLVM
4.0.0
|
Pass to remove unused function declarations. More...
#include <StripDeadPrototypes.h>
Public Member Functions | |
| PreservedAnalyses | run (Module &M, ModuleAnalysisManager &) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PassInfoMixin< StripDeadPrototypesPass > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. More... | |
Pass to remove unused function declarations.
Definition at line 26 of file StripDeadPrototypes.h.
| PreservedAnalyses StripDeadPrototypesPass::run | ( | Module & | M, |
| ModuleAnalysisManager & | |||
| ) |
Definition at line 56 of file StripDeadPrototypes.cpp.
References llvm::PreservedAnalyses::all(), llvm::PreservedAnalyses::none(), and stripDeadPrototypes().
1.8.6