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

/openbsd-current/gnu/llvm/llvm/tools/llvm-xray/
H A Dxray-graph-diff.h42 std::array<const GRVertexValueType *, N> CorrVertexPtr = {}; member in struct:llvm::xray::GraphDiffRenderer::VertexAttribute
H A Dxray-graph-diff.cpp221 R.G[VAttr.SymbolName].CorrVertexPtr[i] = &V;
276 if (VertexAttr.CorrVertexPtr[0] == nullptr)
278 if (VertexAttr.CorrVertexPtr[1] == nullptr)
284 const auto &LeftStat = VertexAttr.CorrVertexPtr[0]->second.S;
285 const auto &RightStat = VertexAttr.CorrVertexPtr[1]->second.S;
328 if (containsNullptr(VertexAttr.CorrVertexPtr))
332 const auto &LeftStat = VertexAttr.CorrVertexPtr[0]->second.S;
333 const auto &RightStat = VertexAttr.CorrVertexPtr[1]->second.S;

Completed in 77 milliseconds