Searched refs:DrawEdge (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ModuleSummaryIndex.cpp | 576 auto DrawEdge = [&](const char *Pfx, uint64_t SrcMod, GlobalValue::GUID SrcId, in exportToDot() local 620 DrawEdge(" ", ModId, IdFrom, ModId, IdTo, Hotness); in exportToDot() 701 DrawEdge(" ", E.SrcMod, E.Src, DstMod, E.Dst, E.Hotness); in exportToDot()
|