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

References

lib/Analysis/RegionPrinter.cpp
  104     O.indent(2 * depth) << "subgraph cluster_" << static_cast<const void*>(&R)
  108     if (!onlySimpleRegions || R.isSimple()) {
  111         << ((R.getDepth() * 2 % 12) + 1) << "\n";
  116         << ((R.getDepth() * 2 % 12) + 2) << "\n";
  119     for (const auto &RI : R)
  122     const RegionInfo &RI = *static_cast<const RegionInfo*>(R.getRegionInfo());
  124     for (auto *BB : R.blocks())
  125       if (RI.getRegionFor(BB) == &R)