Lines Matching refs:depth
102 unsigned depth = 0) {
104 O.indent(2 * depth) << "subgraph cluster_" << static_cast<const void*>(R)
106 O.indent(2 * (depth + 1)) << "label = \"\";\n";
109 O.indent(2 * (depth + 1)) << "style = filled;\n";
110 O.indent(2 * (depth + 1)) << "color = "
114 O.indent(2 * (depth + 1)) << "style = solid;\n";
115 O.indent(2 * (depth + 1)) << "color = "
120 printRegionCluster(*RI, GW, depth + 1);
127 O.indent(2 * (depth + 1)) << "Node"
131 O.indent(2 * depth) << "}\n";