Lines Matching defs:GR
465 xray::GraphRenderer GR(FuncIdHelper, DeduceSiblingCalls);
467 auto E = GR.accountRecord(Record);
471 for (const auto &ThreadStack : GR.getPerThreadFunctionStack()) {
489 GR.G.GraphEdgeMax = {};
490 GR.G.GraphVertexMax = {};
491 GR.calculateEdgeStatistics();
492 GR.calculateVertexStatistics();
495 GR.normalizeStatistics(Header.CycleFrequency);
497 return GR;
526 auto &GR = *GROrError;
534 GR.exportGraphAsDOT(OS, GraphEdgeLabel, GraphEdgeColorType, GraphVertexLabel,