Searched refs:SrcMod (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | ModuleSummaryIndex.cpp | 118 uint64_t SrcMod; member 244 auto DrawEdge = [&](const char *Pfx, int SrcMod, GlobalValue::GUID SrcId, in exportToDot() 260 OS << Pfx << NodeId(SrcMod, SrcId) << " -> " << NodeId(DstMod, DstId) in exportToDot() 344 if (DstMod != E.SrcMod) in exportToDot() 345 DrawEdge(" ", E.SrcMod, E.Src, DstMod, E.Dst, E.Hotness); in exportToDot()
|