Searched refs:ModuleSummaryIndexWrapperPass (Results 1 – 4 of 4) sorted by relevance
57 class ModuleSummaryIndexWrapperPass : public ModulePass {63 ModuleSummaryIndexWrapperPass();
1116 char ModuleSummaryIndexWrapperPass::ID = 0;1118 INITIALIZE_PASS_BEGIN(ModuleSummaryIndexWrapperPass, "module-summary-analysis",1123 INITIALIZE_PASS_END(ModuleSummaryIndexWrapperPass, "module-summary-analysis", in INITIALIZE_PASS_DEPENDENCY()1127 return new ModuleSummaryIndexWrapperPass(); in INITIALIZE_PASS_DEPENDENCY()1130 ModuleSummaryIndexWrapperPass::ModuleSummaryIndexWrapperPass() in ModuleSummaryIndexWrapperPass() function in ModuleSummaryIndexWrapperPass1135 bool ModuleSummaryIndexWrapperPass::runOnModule(Module &M) { in runOnModule()1155 bool ModuleSummaryIndexWrapperPass::doFinalization(Module &M) { in doFinalization()1160 void ModuleSummaryIndexWrapperPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
76 INITIALIZE_PASS_DEPENDENCY(ModuleSummaryIndexWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
98 INITIALIZE_PASS_DEPENDENCY(ModuleSummaryIndexWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument