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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph-diff.cpp253 auto &EdgeAttr = E.second; local
254 if (EdgeAttr.CorrEdgePtr[0] == nullptr)
256 if (EdgeAttr.CorrEdgePtr[1] == nullptr)
262 const auto &LeftStat = EdgeAttr.CorrEdgePtr[0]->second.S;
263 const auto &RightStat = EdgeAttr.CorrEdgePtr[1]->second.S;
305 auto &EdgeAttr = E.second; local
310 if (containsNullptr(EdgeAttr.CorrEdgePtr))
313 const auto &LeftStat = EdgeAttr.CorrEdgePtr[0]->second.S;
314 const auto &RightStat = EdgeAttr.CorrEdgePtr[1]->second.S;
343 auto &EdgeAttr local
[all...]

Completed in 101 milliseconds