Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph-diff.cpp253 auto &EdgeAttr = E.second; in getColor() local
254 if (EdgeAttr.CorrEdgePtr[0] == nullptr) in getColor()
256 if (EdgeAttr.CorrEdgePtr[1] == nullptr) in getColor()
262 const auto &LeftStat = EdgeAttr.CorrEdgePtr[0]->second.S; in getColor()
263 const auto &RightStat = EdgeAttr.CorrEdgePtr[1]->second.S; in getColor()
302 auto &EdgeAttr = E.second; in getLabel() local
307 if (containsNullptr(EdgeAttr.CorrEdgePtr)) in getLabel()
310 const auto &LeftStat = EdgeAttr.CorrEdgePtr[0]->second.S; in getLabel()
311 const auto &RightStat = EdgeAttr.CorrEdgePtr[1]->second.S; in getLabel()
342 auto &EdgeAttr = E.second; in getLineWidth() local
[all …]