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.cpp10368 MachineBasicBlock *AllDoneMBB = nullptr; in emitMemMemWrapper() local
10386 AllDoneMBB = SystemZ::splitBlockBefore(MI, MBB); in emitMemMemWrapper()
10398 .addMBB(AllDoneMBB); in emitMemMemWrapper()
10399 MBB->addSuccessor(AllDoneMBB); in emitMemMemWrapper()
10425 BuildMI(MBB, DL, TII->get(SystemZ::J)).addMBB(AllDoneMBB); in emitMemMemWrapper()
10426 MBB->addSuccessor(AllDoneMBB); in emitMemMemWrapper()
10550 MBB->addSuccessor(AllDoneMBB); in emitMemMemWrapper()
10551 MBB = AllDoneMBB; in emitMemMemWrapper()