Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriterPass.cpp56 ? &(getAnalysis<ModuleSummaryIndexWrapperPass>().getIndex()) in runOnModule()
65 AU.addRequired<ModuleSummaryIndexWrapperPass>(); in getAnalysisUsage()
73 INITIALIZE_PASS_DEPENDENCY(ModuleSummaryIndexWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DModuleSummaryAnalysis.h57 class ModuleSummaryIndexWrapperPass : public ModulePass {
63 ModuleSummaryIndexWrapperPass();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp859 char ModuleSummaryIndexWrapperPass::ID = 0;
861 INITIALIZE_PASS_BEGIN(ModuleSummaryIndexWrapperPass, "module-summary-analysis",
866 INITIALIZE_PASS_END(ModuleSummaryIndexWrapperPass, "module-summary-analysis", in INITIALIZE_PASS_DEPENDENCY()
870 return new ModuleSummaryIndexWrapperPass(); in INITIALIZE_PASS_DEPENDENCY()
873 ModuleSummaryIndexWrapperPass::ModuleSummaryIndexWrapperPass() in ModuleSummaryIndexWrapperPass() function in ModuleSummaryIndexWrapperPass
878 bool ModuleSummaryIndexWrapperPass::runOnModule(Module &M) { in runOnModule()
898 bool ModuleSummaryIndexWrapperPass::doFinalization(Module &M) { in doFinalization()
903 void ModuleSummaryIndexWrapperPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp541 &(getAnalysis<ModuleSummaryIndexWrapperPass>().getIndex()); in runOnModule()
548 AU.addRequired<ModuleSummaryIndexWrapperPass>(); in getAnalysisUsage()
558 INITIALIZE_PASS_DEPENDENCY(ModuleSummaryIndexWrapperPass) in INITIALIZE_PASS_DEPENDENCY()