Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp7828 MachineBasicBlock *AllDoneMBB = nullptr; in emitMemMemWrapper() local
7846 AllDoneMBB = SystemZ::splitBlockBefore(MI, MBB); in emitMemMemWrapper()
7858 .addMBB(AllDoneMBB); in emitMemMemWrapper()
7859 MBB->addSuccessor(AllDoneMBB); in emitMemMemWrapper()
7980 MBB->addSuccessor(AllDoneMBB); in emitMemMemWrapper()
7981 MBB = AllDoneMBB; in emitMemMemWrapper()