Searched refs:DstMod (Results 1 – 1 of 1) sorted by relevance
245 int DstMod, GlobalValue::GUID DstId, int TypeOrHotness) { in exportToDot() argument260 OS << Pfx << NodeId(SrcMod, SrcId) << " -> " << NodeId(DstMod, DstId) in exportToDot()338 for (auto DstMod : ModList) in exportToDot() local344 if (DstMod != E.SrcMod) in exportToDot()345 DrawEdge(" ", E.SrcMod, E.Src, DstMod, E.Dst, E.Hotness); in exportToDot()