Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DModuleSummaryIndex.cpp101 auto SummaryList = findGlobalValueSummaryList(ValueGUID); in getGlobalValueSummary() local
102 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DModuleSummaryIndex.cpp39 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() local
79 if (SummaryList.empty()) in isGUIDLive()
81 for (auto &I : SummaryList) in isGUIDLive()
DAsmWriter.cpp2634 for (auto &Summary : GlobalList.second.SummaryList) in printModuleSummaryIndex()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h134 GlobalValueSummaryList SummaryList; member
167 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));
DModuleSummaryIndexYAML.h224 Elem.SummaryList.push_back(llvm::make_unique<FunctionSummary>(
239 for (auto &Sum : P.second.SummaryList) {
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp222 auto SummaryList = Index.findGlobalValueSummaryList(GUID); in exportGlobalInModule() local
223 if (SummaryList == Index.end()) in exportGlobalInModule()
228 SummaryList->second, in exportGlobalInModule()
232 if (SummaryIter == SummaryList->second.end()) in exportGlobalInModule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp585 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()
DLowerTypeTests.cpp1768 for (auto &GVS : I.second.SummaryList) in lower()
1966 for (auto &S : P.second.SummaryList) { in lower()
DWholeProgramDevirt.cpp1584 for (auto &S : P.second.SummaryList) { in run()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp555 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()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-link/
Dllvm-link.cpp310 for (auto &S : I.second.SummaryList) { in linkFiles()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTO.cpp331 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()
DThinLTOCodeGenerator.cpp130 if (HasMultipleCopies(I.second.SummaryList)) in computePrevailingCopies()
132 getFirstDefinitionForLinker(I.second.SummaryList); in computePrevailingCopies()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto/
Dllvm-lto.cpp334 for (auto &Summary : Summaries.second.SummaryList) { in printIndexStats()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp193 for (auto &Summary : GUIDSummaryLists.second.SummaryList) in ModuleBitcodeWriterBase()
450 for (auto &Summary : Summaries.second.SummaryList) in forEachSummary()