Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp8311 MachineBasicBlock *AllDoneMBB = nullptr; in emitMemMemWrapper() local
8329 AllDoneMBB = SystemZ::splitBlockBefore(MI, MBB); in emitMemMemWrapper()
8341 .addMBB(AllDoneMBB); in emitMemMemWrapper()
8342 MBB->addSuccessor(AllDoneMBB); in emitMemMemWrapper()
8368 BuildMI(MBB, DL, TII->get(SystemZ::J)).addMBB(AllDoneMBB); in emitMemMemWrapper()
8369 MBB->addSuccessor(AllDoneMBB); in emitMemMemWrapper()
8493 MBB->addSuccessor(AllDoneMBB); in emitMemMemWrapper()
8494 MBB = AllDoneMBB; in emitMemMemWrapper()