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