struct StripDeadPrototypesPass
Declaration
struct StripDeadPrototypesPass : public PassInfoMixin { /* full declaration omitted */ };
Description
Pass to remove unused function declarations.
Declared at: llvm/include/llvm/Transforms/IPO/StripDeadPrototypes.h:26
Inherits from: PassInfoMixin
Method Overview
- public llvm::PreservedAnalyses run(llvm::Module & M, llvm::ModuleAnalysisManager &)
Methods
ΒΆllvm::PreservedAnalyses run(
llvm::Module& M,
llvm::ModuleAnalysisManager&)
llvm::PreservedAnalyses run(
llvm::Module& M,
llvm::ModuleAnalysisManager&)
Declared at: llvm/include/llvm/Transforms/IPO/StripDeadPrototypes.h:27