Home
last modified time | relevance | path

Searched refs:GVSummaryList (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/LTO/
DLTO.cpp44 GlobalValueSummaryList &GVSummaryList, GlobalValue::GUID GUID, in thinLTOResolveWeakForLinkerGUID() argument
50 for (auto &S : GVSummaryList) { in thinLTOResolveWeakForLinkerGUID()
100 GlobalValueSummaryList &GVSummaryList, GlobalValue::GUID GUID, in thinLTOInternalizeAndPromoteGUID() argument
102 for (auto &S : GVSummaryList) { in thinLTOInternalizeAndPromoteGUID()
DThinLTOCodeGenerator.cpp91 getFirstDefinitionForLinker(const GlobalValueSummaryList &GVSummaryList) { in getFirstDefinitionForLinker() argument
94 GVSummaryList, [](const std::unique_ptr<GlobalValueSummary> &Summary) { in getFirstDefinitionForLinker()
99 if (StrongDefForLinker != GVSummaryList.end()) in getFirstDefinitionForLinker()
104 GVSummaryList, [](const std::unique_ptr<GlobalValueSummary> &Summary) { in getFirstDefinitionForLinker()
109 if (FirstDefForLinker == GVSummaryList.end()) in getFirstDefinitionForLinker()
120 auto HasMultipleCopies = [&](const GlobalValueSummaryList &GVSummaryList) { in computePrevailingCopies() argument
121 return GVSummaryList.size() > 1; in computePrevailingCopies()