Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph-diff.cpp274 auto &VertexAttr = V.second; in getColor() local
275 if (VertexAttr.CorrVertexPtr[0] == nullptr) in getColor()
277 if (VertexAttr.CorrVertexPtr[1] == nullptr) in getColor()
283 const auto &LeftStat = VertexAttr.CorrVertexPtr[0]->second.S; in getColor()
284 const auto &RightStat = VertexAttr.CorrVertexPtr[1]->second.S; in getColor()
321 const auto &VertexAttr = V.second; in getLabel() local
327 if (containsNullptr(VertexAttr.CorrVertexPtr)) in getLabel()
331 const auto &LeftStat = VertexAttr.CorrVertexPtr[0]->second.S; in getLabel()
332 const auto &RightStat = VertexAttr.CorrVertexPtr[1]->second.S; in getLabel()