LLVM 20.0.0git
|
Pass to remove unused function declarations. More...
#include "llvm/Transforms/IPO/PartialInlining.h"
Public Member Functions | |
PreservedAnalyses | run (Module &M, ModuleAnalysisManager &) |
Public Member Functions inherited from llvm::PassInfoMixin< PartialInlinerPass > | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
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. | |
Pass to remove unused function declarations.
Definition at line 24 of file PartialInlining.h.
PreservedAnalyses PartialInlinerPass::run | ( | Module & | M, |
ModuleAnalysisManager & | AM | ||
) |
Definition at line 1453 of file PartialInlining.cpp.
References llvm::PreservedAnalyses::all(), F, FAM, llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getCachedResult(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), and llvm::PreservedAnalyses::none().