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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp103 getFirstDefinitionForLinker(const GlobalValueSummaryList &GVSummaryList) { argument
106 GVSummaryList, [](const std::unique_ptr<GlobalValueSummary> &Summary) {
111 if (StrongDefForLinker != GVSummaryList.end())
116 GVSummaryList, [](const std::unique_ptr<GlobalValueSummary> &Summary) {
121 if (FirstDefForLinker == GVSummaryList.end())
132 auto HasMultipleCopies = [&](const GlobalValueSummaryList &GVSummaryList) {
133 return GVSummaryList.size() > 1;

Completed in 110 milliseconds