LLVM
8.0.1
|
Pass to remove unused function declarations. More...
#include "llvm/Transforms/IPO/PartialInlining.h"
Public Member Functions | |
PreservedAnalyses | run (Module &M, ModuleAnalysisManager &) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PassInfoMixin< PartialInlinerPass > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. More... | |
Pass to remove unused function declarations.
Definition at line 25 of file PartialInlining.h.
PreservedAnalyses PartialInlinerPass::run | ( | Module & | M, |
ModuleAnalysisManager & | AM | ||
) |
Definition at line 1479 of file PartialInlining.cpp.
References llvm::PreservedAnalyses::all(), F(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), and llvm::PreservedAnalyses::none().