Searched refs:GVSummaryList (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/LTO/ |
D | LTO.cpp | 44 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()
|
D | ThinLTOCodeGenerator.cpp | 91 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 96 getFirstDefinitionForLinker(const GlobalValueSummaryList &GVSummaryList) { in getFirstDefinitionForLinker() argument 99 GVSummaryList, [](const std::unique_ptr<GlobalValueSummary> &Summary) { in getFirstDefinitionForLinker() 104 if (StrongDefForLinker != GVSummaryList.end()) in getFirstDefinitionForLinker() 109 GVSummaryList, [](const std::unique_ptr<GlobalValueSummary> &Summary) { in getFirstDefinitionForLinker() 114 if (FirstDefForLinker == GVSummaryList.end()) in getFirstDefinitionForLinker() 125 auto HasMultipleCopies = [&](const GlobalValueSummaryList &GVSummaryList) { in computePrevailingCopies() argument 126 return GVSummaryList.size() > 1; in computePrevailingCopies()
|
D | LTO.cpp | 282 GlobalValueSummaryList &GVSummaryList, GlobalValue::GUID GUID, in thinLTOResolveWeakForLinkerGUID() argument 288 for (auto &S : GVSummaryList) { in thinLTOResolveWeakForLinkerGUID() 342 GlobalValueSummaryList &GVSummaryList, GlobalValue::GUID GUID, in thinLTOInternalizeAndPromoteGUID() argument 344 for (auto &S : GVSummaryList) { in thinLTOInternalizeAndPromoteGUID()
|