Lines Matching defs:ModId
581 auto NodeId = [](uint64_t ModId, GlobalValue::GUID Id) {
582 return ModId == (uint64_t)-1 ? std::to_string(Id)
583 : std::string("M") + std::to_string(ModId) +
617 auto ModId = ModuleIdMap.empty() ? 0 : ModuleIdMap[ModIt.first];
619 OS << " subgraph cluster_" << std::to_string(ModId) << " {\n";
628 CrossModuleEdges.push_back({ModId, Hotness, IdFrom, IdTo});
631 DrawEdge(" ", ModId, IdFrom, ModId, IdTo, Hotness);
635 NodeMap[SummaryIt.first].push_back(ModId);
672 OS << " " << NodeId(ModId, SummaryIt.first) << " " << A.getAsString()