Searched refs:DstMod (Results 1 – 1 of 1) sorted by relevance
554 uint64_t DstMod, GlobalValue::GUID DstId, in exportToDot()575 OS << Pfx << NodeId(SrcMod, SrcId) << " -> " << NodeId(DstMod, DstId) in exportToDot()665 for (auto DstMod : ModList) in exportToDot() local671 if (DstMod != E.SrcMod) in exportToDot()672 DrawEdge(" ", E.SrcMod, E.Src, DstMod, E.Dst, E.Hotness); in exportToDot()