Home
last modified time | relevance | path

Searched refs:SummaryList (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DModuleSummaryIndex.cpp151 for (auto &GlobSummary : GlobalList.second.SummaryList) { in collectDefinedFunctionsForModule()
179 const auto &SummaryList = VI.getSummaryList(); in isGUIDLive() local
180 if (SummaryList.empty()) in isGUIDLive()
182 for (auto &I : SummaryList) in isGUIDLive()
252 for (auto &S : P.second.SummaryList) { in propagateAttributes()
261 P.second.SummaryList, in propagateAttributes()
296 P.second.SummaryList) in propagateAttributes()
303 if (P.second.SummaryList.size()) in propagateAttributes()
305 P.second.SummaryList[0]->getBaseObject())) in propagateAttributes()
H A DAsmWriter.cpp2939 for (auto &Summary : GlobalList.second.SummaryList) in printModuleSummaryIndex()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h152 GlobalValueSummaryList SummaryList; member
186 return getRef()->second.SummaryList; in getSummaryList()
1186 if (!S.second.SummaryList.size() ||
1187 !isa<FunctionSummary>(S.second.SummaryList.front().get()))
1324 ->second.SummaryList.push_back(std::move(Summary));
1341 auto SummaryList = VI.getSummaryList();
1343 llvm::find_if(SummaryList,
1347 if (Summary == SummaryList.end())
1505 for (auto &Summary : GlobalList.second.SummaryList) {
1595 G.SummaryList.push_back(std::move(Root));
H A DModuleSummaryIndexYAML.h225 Elem.SummaryList.push_back(std::make_unique<FunctionSummary>(
243 for (auto &Sum : P.second.SummaryList) {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp615 auto SummaryList = VI.getSummaryList(); in findCalleeFunctionSummary() local
617 for (const auto& GVS : SummaryList) { in findCalleeFunctionSummary()
644 if (SummaryList.size() == 1) in findCalleeFunctionSummary()
1013 for (auto &GV : GVS.second.SummaryList) in generateParamAccessSummary()
1024 for (auto &GV : GVS.second.SummaryList) { in generateParamAccessSummary()
H A DModuleSummaryAnalysis.cpp796 if (GlobalList.second.SummaryList.empty()) in buildModuleSummaryIndex()
799 assert(GlobalList.second.SummaryList.size() == 1 && in buildModuleSummaryIndex()
801 auto &Summary = GlobalList.second.SummaryList[0]; in buildModuleSummaryIndex()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp823 if (GlobalList.second.SummaryList.empty()) in ComputeCrossModuleImportForModuleFromIndex()
827 assert(GlobalList.second.SummaryList.size() == 1 && in ComputeCrossModuleImportForModuleFromIndex()
829 auto &Summary = GlobalList.second.SummaryList[0]; in ComputeCrossModuleImportForModuleFromIndex()
866 for (auto &S : Entry.second.SummaryList) in computeDeadSymbols()
1356 for (auto &S : I.second.SummaryList) { in doImportingForModule()
H A DWholeProgramDevirt.cpp815 for (auto &S : P.second.SummaryList) { in updateVCallVisibilityInIndex()
2071 for (auto &S : P.second.SummaryList) { in run()
2200 for (auto &S : P.second.SummaryList) { in run()
H A DLowerTypeTests.cpp1900 for (auto &GVS : I.second.SummaryList) in lower()
2127 for (auto &S : P.second.SummaryList) { in lower()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOBackend.cpp695 if (GlobalList.second.SummaryList.empty()) in initImportList()
699 for (const auto &Summary : GlobalList.second.SummaryList) { in initImportList()
H A DThinLTOCodeGenerator.cpp141 if (HasMultipleCopies(I.second.SummaryList)) in computePrevailingCopies()
143 getFirstDefinitionForLinker(I.second.SummaryList); in computePrevailingCopies()
H A DLTO.cpp410 for (auto &S : I.second.SummaryList) in thinLTOResolvePrevailingInIndex()
978 for (auto &S : P.second.SummaryList) { in checkPartiallySplit()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-link/
H A Dllvm-link.cpp390 for (auto &S : I.second.SummaryList) { in linkFiles()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp345 for (auto &Summary : Summaries.second.SummaryList) { in printIndexStats()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp198 for (auto &Summary : GUIDSummaryLists.second.SummaryList) in ModuleBitcodeWriterBase()
467 for (auto &Summary : Summaries.second.SummaryList) in forEachSummary()