Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-graph-diff.cpp288 auto &VertexAttr = V.second; in getColor() local
289 if (VertexAttr.CorrVertexPtr[0] == nullptr) in getColor()
291 if (VertexAttr.CorrVertexPtr[1] == nullptr) in getColor()
297 const auto &LeftStat = VertexAttr.CorrVertexPtr[0]->second.S; in getColor()
298 const auto &RightStat = VertexAttr.CorrVertexPtr[1]->second.S; in getColor()
338 const auto &VertexAttr = V.second; in getLabel() local
343 if (containsNullptr(VertexAttr.CorrVertexPtr)) in getLabel()
346 const auto &LeftStat = VertexAttr.CorrVertexPtr[0]->second.S; in getLabel()
347 const auto &RightStat = VertexAttr.CorrVertexPtr[1]->second.S; in getLabel()