Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModuleSummaryIndex.cpp426 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() local
539 if (DstMod != E.SrcMod) in exportToDot()
540 DrawEdge(" ", E.SrcMod, E.Src, DstMod, E.Dst, E.Hotness); in exportToDot()