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