Home
last modified time | relevance | path

Searched refs:AllDoneMBB (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp9044 MachineBasicBlock *AllDoneMBB = nullptr; in emitMemMemWrapper() local
9062 AllDoneMBB = SystemZ::splitBlockBefore(MI, MBB); in emitMemMemWrapper()
9074 .addMBB(AllDoneMBB); in emitMemMemWrapper()
9075 MBB->addSuccessor(AllDoneMBB); in emitMemMemWrapper()
9101 BuildMI(MBB, DL, TII->get(SystemZ::J)).addMBB(AllDoneMBB); in emitMemMemWrapper()
9102 MBB->addSuccessor(AllDoneMBB); in emitMemMemWrapper()
9226 MBB->addSuccessor(AllDoneMBB); in emitMemMemWrapper()
9227 MBB = AllDoneMBB; in emitMemMemWrapper()