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