reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/IR/ModuleSummaryIndex.h
  184     return getRef()->second.SummaryList;
 1040       if (!S.second.SummaryList.size() ||
 1041           !isa<FunctionSummary>(S.second.SummaryList.front().get()))
 1159         ->second.SummaryList.push_back(std::move(Summary));
 1339       for (auto &Summary : GlobalList.second.SummaryList) {
 1424     G.SummaryList.push_back(std::move(Root));
include/llvm/IR/ModuleSummaryIndexYAML.h
  223       Elem.SummaryList.push_back(std::make_unique<FunctionSummary>(
  238       for (auto &Sum : P.second.SummaryList) {
lib/Analysis/ModuleSummaryAnalysis.cpp
  784     if (GlobalList.second.SummaryList.empty())
  787     assert(GlobalList.second.SummaryList.size() == 1 &&
  789     auto &Summary = GlobalList.second.SummaryList[0];
lib/Bitcode/Writer/BitcodeWriter.cpp
  194       for (auto &Summary : GUIDSummaryLists.second.SummaryList)
  454         for (auto &Summary : Summaries.second.SummaryList)
lib/IR/AsmWriter.cpp
 2705     for (auto &Summary : GlobalList.second.SummaryList)
lib/IR/ModuleSummaryIndex.cpp
   70     for (auto &GlobSummary : GlobalList.second.SummaryList) {
  159     for (auto &S : P.second.SummaryList) {
  185       if (P.second.SummaryList.size())
  187                 P.second.SummaryList[0]->getBaseObject()))
lib/LTO/LTO.cpp
  367     for (auto &S : I.second.SummaryList)
  422     thinLTOInternalizeAndPromoteGUID(I.second.SummaryList, I.first, isExported,
  880     for (auto &S : P.second.SummaryList) {
lib/LTO/ThinLTOCodeGenerator.cpp
  136     if (HasMultipleCopies(I.second.SummaryList))
  138           getFirstDefinitionForLinker(I.second.SummaryList);
lib/Transforms/IPO/FunctionImport.cpp
  714     if (GlobalList.second.SummaryList.empty())
  718     assert(GlobalList.second.SummaryList.size() == 1 &&
  720     auto &Summary = GlobalList.second.SummaryList[0];
  757     for (auto &S : Entry.second.SummaryList)
  861       for (auto &S : P.second.SummaryList)
 1240     for (auto &S : I.second.SummaryList) {
lib/Transforms/IPO/LowerTypeTests.cpp
 1845       for (auto &GVS : I.second.SummaryList)
 2057       for (auto &S : P.second.SummaryList) {
lib/Transforms/IPO/WholeProgramDevirt.cpp
 1820       for (auto &S : P.second.SummaryList) {
 1941     for (auto &S : P.second.SummaryList) {
tools/clang/lib/CodeGen/BackendUtil.cpp
 1383     if (GlobalList.second.SummaryList.empty())
 1387     for (auto &Summary : GlobalList.second.SummaryList) {
tools/llvm-link/llvm-link.cpp
  309         for (auto &S : I.second.SummaryList) {
tools/llvm-lto/llvm-lto.cpp
  341       for (auto &Summary : Summaries.second.SummaryList) {