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

References

lib/Target/AMDGPU/SIModeRegister.cpp
  332     BlockInfo[ThisBlock]->Pred = DefaultStatus;
  338     BlockInfo[ThisBlock]->Pred = BlockInfo[PB.getNumber()]->Exit;
  342       BlockInfo[ThisBlock]->Pred = BlockInfo[ThisBlock]->Pred.intersect(BlockInfo[Pred->getNumber()]->Exit);
  342       BlockInfo[ThisBlock]->Pred = BlockInfo[ThisBlock]->Pred.intersect(BlockInfo[Pred->getNumber()]->Exit);
  345   Status TmpStatus = BlockInfo[ThisBlock]->Pred.merge(BlockInfo[ThisBlock]->Change);
  345   Status TmpStatus = BlockInfo[ThisBlock]->Pred.merge(BlockInfo[ThisBlock]->Change);
  346   if (BlockInfo[ThisBlock]->Exit != TmpStatus) {
  347     BlockInfo[ThisBlock]->Exit = TmpStatus;