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

References

lib/Target/SystemZ/SystemZPostRewrite.cpp
  160   MachineFunction &MF = *MBB.getParent();
  161   const BasicBlock *BB = MBB.getBasicBlock();
  172   LiveRegs.addLiveOuts(MBB);
  173   for (auto I = std::prev(MBB.end()); I != MBBI; --I)
  178   MF.insert(std::next(MachineFunction::iterator(MBB)), RestMBB);
  179   RestMBB->splice(RestMBB->begin(), &MBB, MI, MBB.end());
  179   RestMBB->splice(RestMBB->begin(), &MBB, MI, MBB.end());
  180   RestMBB->transferSuccessors(&MBB);
  186   MF.insert(std::next(MachineFunction::iterator(MBB)), MoveMBB);
  193   BuildMI(&MBB, DL, TII->get(SystemZ::BRC))
  195   MBB.addSuccessor(RestMBB);
  196   MBB.addSuccessor(MoveMBB);
  204   NextMBBI = MBB.end();