Home
last modified time | relevance | path

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

12

/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/llvm-project/llvm/lib/IR/
DModuleSummaryIndex.cpp129 for (auto &GlobSummary : GlobalList.second.SummaryList) { in collectDefinedFunctionsForModule()
157 const auto &SummaryList = VI.getSummaryList(); in isGUIDLive() local
158 if (SummaryList.empty()) in isGUIDLive()
160 for (auto &I : SummaryList) in isGUIDLive()
228 for (auto &S : P.second.SummaryList) { in propagateAttributes()
237 P.second.SummaryList, in propagateAttributes()
268 if (P.second.SummaryList.size()) in propagateAttributes()
270 P.second.SummaryList[0]->getBaseObject())) in propagateAttributes()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModuleSummaryIndex.cpp77 for (auto &GlobSummary : GlobalList.second.SummaryList) { in collectDefinedFunctionsForModule()
105 const auto &SummaryList = VI.getSummaryList(); in isGUIDLive() local
106 if (SummaryList.empty()) in isGUIDLive()
108 for (auto &I : SummaryList) in isGUIDLive()
168 for (auto &S : P.second.SummaryList) { in propagateAttributes()
196 if (P.second.SummaryList.size()) in propagateAttributes()
198 P.second.SummaryList[0]->getBaseObject())) in propagateAttributes()
/external/llvm-project/llvm/include/llvm/IR/
DModuleSummaryIndex.h152 GlobalValueSummaryList SummaryList; member
186 return getRef()->second.SummaryList; in getSummaryList()
1162 if (!S.second.SummaryList.size() ||
1163 !isa<FunctionSummary>(S.second.SummaryList.front().get()))
1297 ->second.SummaryList.push_back(std::move(Summary));
1314 auto SummaryList = VI.getSummaryList();
1316 llvm::find_if(SummaryList,
1320 if (Summary == SummaryList.end())
1478 for (auto &Summary : GlobalList.second.SummaryList) {
1568 G.SummaryList.push_back(std::move(Root));
DModuleSummaryIndexYAML.h224 Elem.SummaryList.push_back(std::make_unique<FunctionSummary>(
241 for (auto &Sum : P.second.SummaryList) {
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h151 GlobalValueSummaryList SummaryList; member
185 return getRef()->second.SummaryList; in getSummaryList()
1055 if (!S.second.SummaryList.size() ||
1056 !isa<FunctionSummary>(S.second.SummaryList.front().get()))
1186 ->second.SummaryList.push_back(std::move(Summary));
1203 auto SummaryList = VI.getSummaryList();
1205 llvm::find_if(SummaryList,
1209 if (Summary == SummaryList.end())
1368 for (auto &Summary : GlobalList.second.SummaryList) {
1458 G.SummaryList.push_back(std::move(Root));
DModuleSummaryIndexYAML.h223 Elem.SummaryList.push_back(std::make_unique<FunctionSummary>(
238 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/llvm-project/llvm/lib/Analysis/
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()
DModuleSummaryAnalysis.cpp799 if (GlobalList.second.SummaryList.empty()) in buildModuleSummaryIndex()
802 assert(GlobalList.second.SummaryList.size() == 1 && in buildModuleSummaryIndex()
804 auto &Summary = GlobalList.second.SummaryList[0]; in buildModuleSummaryIndex()
/external/llvm-project/llvm/lib/Transforms/IPO/
DFunctionImport.cpp788 if (GlobalList.second.SummaryList.empty()) in ComputeCrossModuleImportForModuleFromIndex()
792 assert(GlobalList.second.SummaryList.size() == 1 && in ComputeCrossModuleImportForModuleFromIndex()
794 auto &Summary = GlobalList.second.SummaryList[0]; in ComputeCrossModuleImportForModuleFromIndex()
831 for (auto &S : Entry.second.SummaryList) in computeDeadSymbols()
1315 for (auto &S : I.second.SummaryList) { in doImportingForModule()
DWholeProgramDevirt.cpp802 for (auto &S : P.second.SummaryList) { in updateVCallVisibilityInIndex()
2026 for (auto &S : P.second.SummaryList) { in run()
2155 for (auto &S : P.second.SummaryList) { in run()
DLowerTypeTests.cpp1905 for (auto &GVS : I.second.SummaryList) in lower()
2117 for (auto &S : P.second.SummaryList) { in lower()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp763 if (GlobalList.second.SummaryList.empty()) in ComputeCrossModuleImportForModuleFromIndex()
767 assert(GlobalList.second.SummaryList.size() == 1 && in ComputeCrossModuleImportForModuleFromIndex()
769 auto &Summary = GlobalList.second.SummaryList[0]; in ComputeCrossModuleImportForModuleFromIndex()
806 for (auto &S : Entry.second.SummaryList) in computeDeadSymbols()
1279 for (auto &S : I.second.SummaryList) { in doImportingForModule()
DWholeProgramDevirt.cpp1833 for (auto &S : P.second.SummaryList) { in run()
1954 for (auto &S : P.second.SummaryList) { in run()
DLowerTypeTests.cpp1846 for (auto &GVS : I.second.SummaryList) in lower()
2058 for (auto &S : P.second.SummaryList) { in lower()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp787 if (GlobalList.second.SummaryList.empty()) in buildModuleSummaryIndex()
790 assert(GlobalList.second.SummaryList.size() == 1 && in buildModuleSummaryIndex()
792 auto &Summary = GlobalList.second.SummaryList[0]; in buildModuleSummaryIndex()
/external/llvm-project/llvm/lib/LTO/
DLTOBackend.cpp695 if (GlobalList.second.SummaryList.empty()) in loadReferencedModules()
699 for (const auto &Summary : GlobalList.second.SummaryList) { in loadReferencedModules()
DThinLTOCodeGenerator.cpp141 if (HasMultipleCopies(I.second.SummaryList)) in computePrevailingCopies()
143 getFirstDefinitionForLinker(I.second.SummaryList); in computePrevailingCopies()
DLTO.cpp383 for (auto &S : I.second.SummaryList) in thinLTOResolvePrevailingInIndex()
920 for (auto &S : P.second.SummaryList) { in checkPartiallySplit()
/external/llvm-project/llvm/tools/llvm-link/
Dllvm-link.cpp387 for (auto &S : I.second.SummaryList) { in linkFiles()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp137 if (HasMultipleCopies(I.second.SummaryList)) in computePrevailingCopies()
139 getFirstDefinitionForLinker(I.second.SummaryList); in computePrevailingCopies()
DLTO.cpp370 for (auto &S : I.second.SummaryList) in thinLTOResolvePrevailingInIndex()
882 for (auto &S : P.second.SummaryList) { in checkPartiallySplit()
/external/llvm-project/llvm/tools/llvm-lto/
Dllvm-lto.cpp351 for (auto &Summary : Summaries.second.SummaryList) { in printIndexStats()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp195 for (auto &Summary : GUIDSummaryLists.second.SummaryList) in ModuleBitcodeWriterBase()
455 for (auto &Summary : Summaries.second.SummaryList) in forEachSummary()

12