Searched refs:ModuleSummaryIndexWrapperPass (Results 1 – 5 of 5) sorted by relevance
55 ? &(getAnalysis<ModuleSummaryIndexWrapperPass>().getIndex()) in runOnModule()64 AU.addRequired<ModuleSummaryIndexWrapperPass>(); in getAnalysisUsage()72 INITIALIZE_PASS_DEPENDENCY(ModuleSummaryIndexWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
57 class ModuleSummaryIndexWrapperPass : public ModulePass {63 ModuleSummaryIndexWrapperPass();
905 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 ModuleSummaryIndexWrapperPass924 bool ModuleSummaryIndexWrapperPass::runOnModule(Module &M) { in runOnModule()944 bool ModuleSummaryIndexWrapperPass::doFinalization(Module &M) { in doFinalization()949 void ModuleSummaryIndexWrapperPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
89 INITIALIZE_PASS_DEPENDENCY(ModuleSummaryIndexWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
570 &(getAnalysis<ModuleSummaryIndexWrapperPass>().getIndex()); in runOnModule()577 AU.addRequired<ModuleSummaryIndexWrapperPass>(); in getAnalysisUsage()587 INITIALIZE_PASS_DEPENDENCY(ModuleSummaryIndexWrapperPass) in INITIALIZE_PASS_DEPENDENCY()