Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp157 char ModuleSummaryIndexWrapperPass::ID = 0;
158 INITIALIZE_PASS_BEGIN(ModuleSummaryIndexWrapperPass, "module-summary-analysis",
161 INITIALIZE_PASS_END(ModuleSummaryIndexWrapperPass, "module-summary-analysis", in INITIALIZE_PASS_DEPENDENCY()
165 return new ModuleSummaryIndexWrapperPass(); in INITIALIZE_PASS_DEPENDENCY()
168 ModuleSummaryIndexWrapperPass::ModuleSummaryIndexWrapperPass() in ModuleSummaryIndexWrapperPass() function in ModuleSummaryIndexWrapperPass
173 bool ModuleSummaryIndexWrapperPass::runOnModule(Module &M) { in runOnModule()
183 bool ModuleSummaryIndexWrapperPass::doFinalization(Module &M) { in doFinalization()
188 void ModuleSummaryIndexWrapperPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriterPass.cpp57 ? &(getAnalysis<ModuleSummaryIndexWrapperPass>().getIndex()) in runOnModule()
66 AU.addRequired<ModuleSummaryIndexWrapperPass>(); in getAnalysisUsage()
74 INITIALIZE_PASS_DEPENDENCY(ModuleSummaryIndexWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriterPass.cpp56 ? &(getAnalysis<ModuleSummaryIndexWrapperPass>().getIndex()) in runOnModule()
65 AU.addRequired<ModuleSummaryIndexWrapperPass>(); in getAnalysisUsage()
73 INITIALIZE_PASS_DEPENDENCY(ModuleSummaryIndexWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp603 char ModuleSummaryIndexWrapperPass::ID = 0;
605 INITIALIZE_PASS_BEGIN(ModuleSummaryIndexWrapperPass, "module-summary-analysis",
609 INITIALIZE_PASS_END(ModuleSummaryIndexWrapperPass, "module-summary-analysis", in INITIALIZE_PASS_DEPENDENCY()
613 return new ModuleSummaryIndexWrapperPass(); in INITIALIZE_PASS_DEPENDENCY()
616 ModuleSummaryIndexWrapperPass::ModuleSummaryIndexWrapperPass() in ModuleSummaryIndexWrapperPass() function in ModuleSummaryIndexWrapperPass
621 bool ModuleSummaryIndexWrapperPass::runOnModule(Module &M) { in runOnModule()
634 bool ModuleSummaryIndexWrapperPass::doFinalization(Module &M) { in doFinalization()
639 void ModuleSummaryIndexWrapperPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DModuleSummaryAnalysis.h55 class ModuleSummaryIndexWrapperPass : public ModulePass {
61 ModuleSummaryIndexWrapperPass();
/external/llvm/include/llvm/Analysis/
DModuleSummaryAnalysis.h59 class ModuleSummaryIndexWrapperPass : public ModulePass {
65 ModuleSummaryIndexWrapperPass();
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DThinLTOBitcodeWriter.cpp473 &(getAnalysis<ModuleSummaryIndexWrapperPass>().getIndex()); in runOnModule()
480 AU.addRequired<ModuleSummaryIndexWrapperPass>(); in getAnalysisUsage()
490 INITIALIZE_PASS_DEPENDENCY(ModuleSummaryIndexWrapperPass) in INITIALIZE_PASS_DEPENDENCY()