Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
DAsmWriter.cpp2714 for (auto &Summary : GlobalList.second.SummaryList) in printModuleSummaryIndex()
/third_party/skia/third_party/externals/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) {
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()