LLVM 20.0.0git
|
Global function merging pass for new pass manager. More...
#include "llvm/CodeGen/GlobalMergeFunctions.h"
Public Member Functions | |
GlobalMergeFuncPass ()=default | |
GlobalMergeFuncPass (const ModuleSummaryIndex *ImportSummary) | |
PreservedAnalyses | run (Module &M, AnalysisManager< Module > &) |
Public Member Functions inherited from llvm::PassInfoMixin< GlobalMergeFuncPass > | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Public Attributes | |
const ModuleSummaryIndex * | ImportSummary = nullptr |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PassInfoMixin< GlobalMergeFuncPass > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. | |
Global function merging pass for new pass manager.
Definition at line 80 of file GlobalMergeFunctions.h.
|
default |
|
inline |
Definition at line 83 of file GlobalMergeFunctions.h.
PreservedAnalyses GlobalMergeFuncPass::run | ( | Module & | M, |
AnalysisManager< Module > & | AM | ||
) |
Definition at line 639 of file GlobalMergeFunctions.cpp.
References llvm::PreservedAnalyses::all(), ImportSummary, llvm::PreservedAnalyses::none(), and llvm::GlobalMergeFunc::run().
const ModuleSummaryIndex* llvm::GlobalMergeFuncPass::ImportSummary = nullptr |
Definition at line 81 of file GlobalMergeFunctions.h.
Referenced by run().