Home
last modified time | relevance | path

Searched refs:ModuleSummaryIndexWrapperPass (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriterPass.cpp55 ? &(getAnalysis<ModuleSummaryIndexWrapperPass>().getIndex()) in runOnModule()
64 AU.addRequired<ModuleSummaryIndexWrapperPass>(); in getAnalysisUsage()
72 INITIALIZE_PASS_DEPENDENCY(ModuleSummaryIndexWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DModuleSummaryAnalysis.h57 class ModuleSummaryIndexWrapperPass : public ModulePass {
63 ModuleSummaryIndexWrapperPass();
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp905 char ModuleSummaryIndexWrapperPass::ID = 0;
907 INITIALIZE_PASS_BEGIN(ModuleSummaryIndexWrapperPass, "module-summary-analysis",
912 INITIALIZE_PASS_END(ModuleSummaryIndexWrapperPass, "module-summary-analysis", in INITIALIZE_PASS_DEPENDENCY()
916 return new ModuleSummaryIndexWrapperPass(); in INITIALIZE_PASS_DEPENDENCY()
919 ModuleSummaryIndexWrapperPass::ModuleSummaryIndexWrapperPass() in ModuleSummaryIndexWrapperPass() function in ModuleSummaryIndexWrapperPass
924 bool ModuleSummaryIndexWrapperPass::runOnModule(Module &M) { in runOnModule()
944 bool ModuleSummaryIndexWrapperPass::doFinalization(Module &M) { in doFinalization()
949 void ModuleSummaryIndexWrapperPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILWriterPass.cpp89 INITIALIZE_PASS_DEPENDENCY(ModuleSummaryIndexWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp570 &(getAnalysis<ModuleSummaryIndexWrapperPass>().getIndex()); in runOnModule()
577 AU.addRequired<ModuleSummaryIndexWrapperPass>(); in getAnalysisUsage()
587 INITIALIZE_PASS_DEPENDENCY(ModuleSummaryIndexWrapperPass) in INITIALIZE_PASS_DEPENDENCY()