Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-graph-diff.cpp234 R.G[VAttr.SymbolName].CorrVertexPtr[i] = &V; in getGraphDiffRenderer()
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()
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()
Dxray-graph-diff.h43 std::array<const GRVertexValueType *, N> CorrVertexPtr = {}; member