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

References

lib/Target/SystemZ/SystemZInstrInfo.cpp
  453   while (I != MBB.begin()) {
  454     --I;
  455     if (I->isDebugInstr())
  457     if (!I->isBranch())
  459     if (!getBranchInfo(*I).hasMBBTarget())
  462     I->eraseFromParent();
  463     I = MBB.end();