reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/Analysis/ScopGraphPrinter.cpp
  141     O.indent(2 * depth) << "subgraph cluster_" << static_cast<const void *>(R)
  156     O.indent(2 * (depth + 1))
  160       O.indent(2 * (depth + 1)) << "style = filled;\n";
  163       O.indent(2 * (depth + 1)) << "color = 3";
  165       O.indent(2 * (depth + 1)) << "style = solid;\n";
  173       O.indent(2 * (depth + 1)) << "color = " << color << "\n";
  177       printRegionCluster(SD, SubRegion.get(), O, depth + 1);
  183         O.indent(2 * (depth + 1))
  188     O.indent(2 * depth) << "}\n";