Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-graph.cpp299 updateMaxStats(G[V.first].S, G.GraphVertexMax); in calculateVertexStatistics()
326 normalizeTimeStat(G.GraphVertexMax, CycleFrequency); in normalizeStatistics()
414 std::sqrt(VA.S.getDouble(VC) / G.GraphVertexMax.getDouble(VC))) in exportGraphAsDOT()
469 GR.G.GraphVertexMax = {}; in getGraphRenderer()
Dxray-graph.h88 TimeStat GraphVertexMax = {}; variable