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

References

lib/IR/ModuleSummaryIndex.cpp
  427       NodeMap[SummaryIt.first].push_back(ModId);
  428       auto Flags = SummaryIt.second->flags();
  430       if (isa<FunctionSummary>(SummaryIt.second)) {
  432       } else if (isa<AliasSummary>(SummaryIt.second)) {
  437         if (Flags.Live && hasReadOnlyFlag(SummaryIt.second))
  439         if (Flags.Live && hasWriteOnlyFlag(SummaryIt.second))
  447       auto VI = getValueInfo(SummaryIt.first);
  448       A.add("label", getNodeLabel(VI, SummaryIt.second));
  454       OS << "    " << NodeId(ModId, SummaryIt.first) << " " << A.getAsString()