Searched refs:SummaryList (Results 1 – 15 of 15) sorted by relevance
101 auto SummaryList = findGlobalValueSummaryList(ValueGUID); in getGlobalValueSummary() local102 assert(SummaryList != end() && "GlobalValue not found in index"); in getGlobalValueSummary()103 assert((!PerModuleIndex || SummaryList->second.size() == 1) && in getGlobalValueSummary()105 auto &Summary = SummaryList->second[0]; in getGlobalValueSummary()
39 for (auto &GlobSummary : GlobalList.second.SummaryList) { in collectDefinedFunctionsForModule()57 for (auto &Summary : GlobalList.second.SummaryList) { in collectDefinedGVSummariesPerModule()78 const auto &SummaryList = VI.getSummaryList(); in isGUIDLive() local79 if (SummaryList.empty()) in isGUIDLive()81 for (auto &I : SummaryList) in isGUIDLive()
2634 for (auto &Summary : GlobalList.second.SummaryList) in printModuleSummaryIndex()
134 GlobalValueSummaryList SummaryList; member167 return getRef()->second.SummaryList; in getSummaryList()848 if (!S.second.SummaryList.size() ||849 !isa<FunctionSummary>(S.second.SummaryList.front().get()))958 ->second.SummaryList.push_back(std::move(Summary));1148 G.SummaryList.push_back(std::move(Root));
224 Elem.SummaryList.push_back(llvm::make_unique<FunctionSummary>(239 for (auto &Sum : P.second.SummaryList) {
222 auto SummaryList = Index.findGlobalValueSummaryList(GUID); in exportGlobalInModule() local223 if (SummaryList == Index.end()) in exportGlobalInModule()228 SummaryList->second, in exportGlobalInModule()232 if (SummaryIter == SummaryList->second.end()) in exportGlobalInModule()
585 if (GlobalList.second.SummaryList.empty()) in ComputeCrossModuleImportForModuleFromIndex()589 assert(GlobalList.second.SummaryList.size() == 1 && in ComputeCrossModuleImportForModuleFromIndex()591 auto &Summary = GlobalList.second.SummaryList[0]; in ComputeCrossModuleImportForModuleFromIndex()628 for (auto &S : Entry.second.SummaryList) in computeDeadSymbols()1061 for (auto &S : I.second.SummaryList) { in doImportingForModule()
1768 for (auto &GVS : I.second.SummaryList) in lower()1966 for (auto &S : P.second.SummaryList) { in lower()
1584 for (auto &S : P.second.SummaryList) { in run()
555 if (GlobalList.second.SummaryList.empty()) in buildModuleSummaryIndex()558 assert(GlobalList.second.SummaryList.size() == 1 && in buildModuleSummaryIndex()560 auto &Summary = GlobalList.second.SummaryList[0]; in buildModuleSummaryIndex()
310 for (auto &S : I.second.SummaryList) { in linkFiles()
331 for (auto &S : I.second.SummaryList) in thinLTOResolveWeakForLinkerInIndex()336 thinLTOResolveWeakForLinkerGUID(I.second.SummaryList, I.first, in thinLTOResolveWeakForLinkerInIndex()359 thinLTOInternalizeAndPromoteGUID(I.second.SummaryList, I.first, isExported); in thinLTOInternalizeAndPromoteInIndex()
130 if (HasMultipleCopies(I.second.SummaryList)) in computePrevailingCopies()132 getFirstDefinitionForLinker(I.second.SummaryList); in computePrevailingCopies()
334 for (auto &Summary : Summaries.second.SummaryList) { in printIndexStats()
193 for (auto &Summary : GUIDSummaryLists.second.SummaryList) in ModuleBitcodeWriterBase()450 for (auto &Summary : Summaries.second.SummaryList) in forEachSummary()