/external/llvm/lib/IR/ |
D | ModuleSummaryIndex.cpp | 101 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/ |
D | ModuleSummaryIndex.cpp | 129 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/ |
D | ModuleSummaryIndex.cpp | 77 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/ |
D | ModuleSummaryIndex.h | 152 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));
|
D | ModuleSummaryIndexYAML.h | 224 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/ |
D | ModuleSummaryIndex.h | 151 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));
|
D | ModuleSummaryIndexYAML.h | 223 Elem.SummaryList.push_back(std::make_unique<FunctionSummary>( 238 for (auto &Sum : P.second.SummaryList) {
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 222 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/ |
D | StackSafetyAnalysis.cpp | 615 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()
|
D | ModuleSummaryAnalysis.cpp | 799 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/ |
D | FunctionImport.cpp | 788 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()
|
D | WholeProgramDevirt.cpp | 802 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()
|
D | LowerTypeTests.cpp | 1905 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/ |
D | FunctionImport.cpp | 763 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()
|
D | WholeProgramDevirt.cpp | 1833 for (auto &S : P.second.SummaryList) { in run() 1954 for (auto &S : P.second.SummaryList) { in run()
|
D | LowerTypeTests.cpp | 1846 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/ |
D | ModuleSummaryAnalysis.cpp | 787 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/ |
D | LTOBackend.cpp | 695 if (GlobalList.second.SummaryList.empty()) in loadReferencedModules() 699 for (const auto &Summary : GlobalList.second.SummaryList) { in loadReferencedModules()
|
D | ThinLTOCodeGenerator.cpp | 141 if (HasMultipleCopies(I.second.SummaryList)) in computePrevailingCopies() 143 getFirstDefinitionForLinker(I.second.SummaryList); in computePrevailingCopies()
|
D | LTO.cpp | 383 for (auto &S : I.second.SummaryList) in thinLTOResolvePrevailingInIndex() 920 for (auto &S : P.second.SummaryList) { in checkPartiallySplit()
|
/external/llvm-project/llvm/tools/llvm-link/ |
D | llvm-link.cpp | 387 for (auto &S : I.second.SummaryList) { in linkFiles()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 137 if (HasMultipleCopies(I.second.SummaryList)) in computePrevailingCopies() 139 getFirstDefinitionForLinker(I.second.SummaryList); in computePrevailingCopies()
|
D | LTO.cpp | 370 for (auto &S : I.second.SummaryList) in thinLTOResolvePrevailingInIndex() 882 for (auto &S : P.second.SummaryList) { in checkPartiallySplit()
|
/external/llvm-project/llvm/tools/llvm-lto/ |
D | llvm-lto.cpp | 351 for (auto &Summary : Summaries.second.SummaryList) { in printIndexStats()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 195 for (auto &Summary : GUIDSummaryLists.second.SummaryList) in ModuleBitcodeWriterBase() 455 for (auto &Summary : Summaries.second.SummaryList) in forEachSummary()
|