Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DModuleSummaryIndex.cpp210 uint64_t SrcMod; member
356 auto DrawEdge = [&](const char *Pfx, uint64_t SrcMod, GlobalValue::GUID SrcId, in exportToDot()
376 OS << Pfx << NodeId(SrcMod, SrcId) << " -> " << NodeId(DstMod, DstId) in exportToDot()
469 if (DstMod != E.SrcMod) in exportToDot()
470 DrawEdge(" ", E.SrcMod, E.Src, DstMod, E.Dst, E.Hotness); in exportToDot()