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

References

lib/Target/RISCV/RISCVExpandPseudoInsts.cpp
  628   MachineFunction *MF = MBB.getParent();
  635   MachineBasicBlock *NewMBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock());
  641   MF->insert(++MBB.getIterator(), NewMBB);
  650   NewMBB->splice(NewMBB->end(), &MBB, std::next(MBBI), MBB.end());
  650   NewMBB->splice(NewMBB->end(), &MBB, std::next(MBBI), MBB.end());
  652   NewMBB->transferSuccessorsAndUpdatePHIs(&MBB);
  654   MBB.addSuccessor(NewMBB);
  660   NextMBBI = MBB.end();