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

/openbsd-current/gnu/llvm/llvm/tools/llvm-xray/
H A Dxray-graph-diff.h27 class GraphDiffRenderer { class in namespace:llvm::xray
53 Expected<GraphDiffRenderer> getGraphDiffRenderer();
59 GraphDiffRenderer() = default;
H A Dxray-graph-diff.cpp214 Expected<GraphDiffRenderer> GraphDiffRenderer::Factory::getGraphDiffRenderer() {
215 GraphDiffRenderer R;
242 static double statRelDiff(const GraphDiffRenderer::TimeStat &LeftStat,
243 const GraphDiffRenderer::TimeStat &RightStat,
244 GraphDiffRenderer::StatType T) {
251 static std::string getColor(const GraphDiffRenderer::GraphT::EdgeValueType &E,
252 const GraphDiffRenderer::GraphT &G, ColorHelper H,
253 GraphDiffRenderer::StatType T) {
260 if (T == GraphDiffRenderer
[all...]

Completed in 60 milliseconds