Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-graph-diff.cpp267 auto &EdgeAttr = E.second; in getColor() local
268 if (EdgeAttr.CorrEdgePtr[0] == nullptr) in getColor()
270 if (EdgeAttr.CorrEdgePtr[1] == nullptr) in getColor()
276 const auto &LeftStat = EdgeAttr.CorrEdgePtr[0]->second.S; in getColor()
277 const auto &RightStat = EdgeAttr.CorrEdgePtr[1]->second.S; in getColor()
319 auto &EdgeAttr = E.second; in getLabel() local
324 if (containsNullptr(EdgeAttr.CorrEdgePtr)) in getLabel()
327 const auto &LeftStat = EdgeAttr.CorrEdgePtr[0]->second.S; in getLabel()
328 const auto &RightStat = EdgeAttr.CorrEdgePtr[1]->second.S; in getLabel()
357 auto &EdgeAttr = E.second; in getLineWidth() local
[all …]