Lines Matching refs:EndMBB
5384 MachineBasicBlock *EndMBB = (Length > 256 && Opcode == SystemZ::CLC ? in emitMemMemWrapper() local
5411 MachineBasicBlock *NextMBB = (EndMBB ? emitBlockAfter(LoopMBB) : LoopMBB); in emitMemMemWrapper()
5448 if (EndMBB) { in emitMemMemWrapper()
5451 .addMBB(EndMBB); in emitMemMemWrapper()
5452 MBB->addSuccessor(EndMBB); in emitMemMemWrapper()
5514 if (EndMBB && Length > 0) { in emitMemMemWrapper()
5518 .addMBB(EndMBB); in emitMemMemWrapper()
5519 MBB->addSuccessor(EndMBB); in emitMemMemWrapper()
5524 if (EndMBB) { in emitMemMemWrapper()
5525 MBB->addSuccessor(EndMBB); in emitMemMemWrapper()
5526 MBB = EndMBB; in emitMemMemWrapper()