Home
last modified time | relevance | path

Searched refs:DstMod (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DModuleSummaryIndex.cpp245 int DstMod, GlobalValue::GUID DstId, int TypeOrHotness) { in exportToDot() argument
260 OS << Pfx << NodeId(SrcMod, SrcId) << " -> " << NodeId(DstMod, DstId) in exportToDot()
338 for (auto DstMod : ModList) in exportToDot() local
344 if (DstMod != E.SrcMod) in exportToDot()
345 DrawEdge(" ", E.SrcMod, E.Src, DstMod, E.Dst, E.Hotness); in exportToDot()