Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DModuleSummaryAnalysis.h54 class ModuleSummaryIndexWrapperPass : public ModulePass {
60 ModuleSummaryIndexWrapperPass();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp844 char ModuleSummaryIndexWrapperPass::ID = 0;
846 INITIALIZE_PASS_BEGIN(ModuleSummaryIndexWrapperPass, "module-summary-analysis",
850 INITIALIZE_PASS_END(ModuleSummaryIndexWrapperPass, "module-summary-analysis", in INITIALIZE_PASS_DEPENDENCY()
854 return new ModuleSummaryIndexWrapperPass(); in INITIALIZE_PASS_DEPENDENCY()
857 ModuleSummaryIndexWrapperPass::ModuleSummaryIndexWrapperPass() in ModuleSummaryIndexWrapperPass() function in ModuleSummaryIndexWrapperPass
862 bool ModuleSummaryIndexWrapperPass::runOnModule(Module &M) { in runOnModule()
875 bool ModuleSummaryIndexWrapperPass::doFinalization(Module &M) { in doFinalization()
880 void ModuleSummaryIndexWrapperPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DThinLTOBitcodeWriter.cpp512 &(getAnalysis<ModuleSummaryIndexWrapperPass>().getIndex()); in runOnModule()
519 AU.addRequired<ModuleSummaryIndexWrapperPass>(); in getAnalysisUsage()
529 INITIALIZE_PASS_DEPENDENCY(ModuleSummaryIndexWrapperPass) in INITIALIZE_PASS_DEPENDENCY()