Lines Matching refs:EndMBB
3428 MachineBasicBlock *EndMBB = (Length > 256 && Opcode == SystemZ::CLC ? in emitMemMemWrapper() local
3455 MachineBasicBlock *NextMBB = (EndMBB ? emitBlockAfter(LoopMBB) : LoopMBB); in emitMemMemWrapper()
3492 if (EndMBB) { in emitMemMemWrapper()
3495 .addMBB(EndMBB); in emitMemMemWrapper()
3496 MBB->addSuccessor(EndMBB); in emitMemMemWrapper()
3558 if (EndMBB && Length > 0) { in emitMemMemWrapper()
3562 .addMBB(EndMBB); in emitMemMemWrapper()
3563 MBB->addSuccessor(EndMBB); in emitMemMemWrapper()
3568 if (EndMBB) { in emitMemMemWrapper()
3569 MBB->addSuccessor(EndMBB); in emitMemMemWrapper()
3570 MBB = EndMBB; in emitMemMemWrapper()