Searched refs:ModuleSummaryIndexWrapperPass (Results 1 – 4 of 4) sorted by relevance
57 class ModuleSummaryIndexWrapperPass : public ModulePass {63 ModuleSummaryIndexWrapperPass();
1146 char ModuleSummaryIndexWrapperPass::ID = 0; in doFinalization() 1148 INITIALIZE_PASS_BEGIN(ModuleSummaryIndexWrapperPass, "module-summary-analysis", in getAnalysisUsage() 1153 INITIALIZE_PASS_END(ModuleSummaryIndexWrapperPass, "module-summary-analysis", in getAnalysisUsage() 1157 return new ModuleSummaryIndexWrapperPass(); in ImmutableModuleSummaryIndexWrapperPass() 1160 ModuleSummaryIndexWrapperPass::ModuleSummaryIndexWrapperPass() in ImmutableModuleSummaryIndexWrapperPass() 1165 bool ModuleSummaryIndexWrapperPass::runOnModule(Module &M) { in getAnalysisUsage() 1185 bool ModuleSummaryIndexWrapperPass::doFinalization(Module &M) { in mayHaveMemprofSummary() 1190 void ModuleSummaryIndexWrapperPass::getAnalysisUsage(AnalysisUsage &AU) const { in mayHaveMemprofSummary() 1118 ModuleSummaryIndexWrapperPass::ModuleSummaryIndexWrapperPass() ModuleSummaryIndexWrapperPass() function in ModuleSummaryIndexWrapperPass
76 INITIALIZE_PASS_DEPENDENCY(ModuleSummaryIndexWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
98 INITIALIZE_PASS_DEPENDENCY(ModuleSummaryIndexWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument