Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp8886 MachineBasicBlock *AllDoneMBB = nullptr; in emitMemMemWrapper() local
8904 AllDoneMBB = SystemZ::splitBlockBefore(MI, MBB); in emitMemMemWrapper()
8916 .addMBB(AllDoneMBB); in emitMemMemWrapper()
8917 MBB->addSuccessor(AllDoneMBB); in emitMemMemWrapper()
8943 BuildMI(MBB, DL, TII->get(SystemZ::J)).addMBB(AllDoneMBB); in emitMemMemWrapper()
8944 MBB->addSuccessor(AllDoneMBB); in emitMemMemWrapper()
9068 MBB->addSuccessor(AllDoneMBB); in emitMemMemWrapper()
9069 MBB = AllDoneMBB; in emitMemMemWrapper()