Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-xray/
H A Dxray-graph-diff.cpp246 double RightAttr = RightStat.getDouble(T); in statRelDiff()
264 const auto &RightStat = EdgeAttr.CorrEdgePtr[1]->second.S; in getColor() local
266 double RelDiff = statRelDiff(LeftStat, RightStat, T); in getColor()
285 const auto &RightStat = VertexAttr.CorrVertexPtr[1]->second.S; in getColor() local
287 double RelDiff = statRelDiff(LeftStat, RightStat, T); in getColor()
312 const auto &RightStat = EdgeAttr.CorrEdgePtr[1]->second.S; in getLabel() local
314 double RelDiff = statRelDiff(LeftStat, RightStat, EL); in getLabel()
333 const auto &RightStat = VertexAttr.CorrVertexPtr[1]->second.S; in getLabel() local
335 double RelDiff = statRelDiff(LeftStat, RightStat, VL); in getLabel()
352 const auto &RightStat = EdgeAttr.CorrEdgePtr[1]->second.S; in getLineWidth() local
[all …]