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

References

lib/Target/AMDGPU/SIWholeQuadMode.cpp
  229   for (const auto &BII : Blocks) {
  324     BlockInfo &BBI = Blocks[&MBB];
  430   BlockInfo &BI = Blocks[MBB];
  475   BlockInfo BI = Blocks[&MBB]; // Make a copy to prevent dangling references.
  489     BlockInfo &PredBI = Blocks[Pred];
  500     BlockInfo &SuccBI = Blocks[Succ];
  692   auto BII = Blocks.find(&MBB);
  693   if (BII == Blocks.end())
  878   Blocks.clear();
  930   for (auto BII : Blocks)