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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph-diff.cpp274 auto &VertexAttr = V.second; local
275 if (VertexAttr.CorrVertexPtr[0] == nullptr)
277 if (VertexAttr.CorrVertexPtr[1] == nullptr)
283 const auto &LeftStat = VertexAttr.CorrVertexPtr[0]->second.S;
284 const auto &RightStat = VertexAttr.CorrVertexPtr[1]->second.S;
324 const auto &VertexAttr = V.second; local
329 if (containsNullptr(VertexAttr.CorrVertexPtr))
332 const auto &LeftStat = VertexAttr.CorrVertexPtr[0]->second.S;
333 const auto &RightStat = VertexAttr.CorrVertexPtr[1]->second.S;

Completed in 143 milliseconds