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

References

lib/IR/ModuleSummaryIndex.cpp
  411     OS << "  subgraph cluster_" << std::to_string(ModId) << " {\n";
  420         CrossModuleEdges.push_back({ModId, Hotness, IdFrom, IdTo});
  423       DrawEdge("    ", ModId, IdFrom, ModId, IdTo, Hotness);
  423       DrawEdge("    ", ModId, IdFrom, ModId, IdTo, Hotness);
  427       NodeMap[SummaryIt.first].push_back(ModId);
  454       OS << "    " << NodeId(ModId, SummaryIt.first) << " " << A.getAsString()