Lines Matching defs:ExitMBB
9557 MachineBasicBlock *ExitMBB = MF.CreateMachineBasicBlock(MBB.getBasicBlock());
9558 MF.insert(MBBInsertPoint, ExitMBB);
9578 .addMBB(ExitMBB)
9595 BuildMI(*ExitMBB, ExitMBB->end(), DL, TII->get(AArch64::ADDXri), AArch64::SP)
9602 BuildMI(*ExitMBB, ExitMBB->end(), DL, TII->get(AArch64::LDRXui))
9608 ExitMBB->splice(ExitMBB->end(), &MBB, std::next(MBBI), MBB.end());
9609 ExitMBB->transferSuccessorsAndUpdatePHIs(&MBB);
9611 LoopTestMBB->addSuccessor(ExitMBB);
9618 fullyRecomputeLiveIns({ExitMBB, LoopBodyMBB, LoopTestMBB});
9620 return ExitMBB->begin();