Lines Matching refs:EndMBB
5351 MachineBasicBlock *EndMBB = (Length > 256 && Opcode == SystemZ::CLC ? in emitMemMemWrapper() local
5378 MachineBasicBlock *NextMBB = (EndMBB ? emitBlockAfter(LoopMBB) : LoopMBB); in emitMemMemWrapper()
5415 if (EndMBB) { in emitMemMemWrapper()
5418 .addMBB(EndMBB); in emitMemMemWrapper()
5419 MBB->addSuccessor(EndMBB); in emitMemMemWrapper()
5481 if (EndMBB && Length > 0) { in emitMemMemWrapper()
5485 .addMBB(EndMBB); in emitMemMemWrapper()
5486 MBB->addSuccessor(EndMBB); in emitMemMemWrapper()
5491 if (EndMBB) { in emitMemMemWrapper()
5492 MBB->addSuccessor(EndMBB); in emitMemMemWrapper()
5493 MBB = EndMBB; in emitMemMemWrapper()