Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:SetMBB

5581   MachineBasicBlock *SetMBB   = emitBlockAfter(LoopMBB);
5593 // %OldVal = phi [ %OrigOldVal, EntryBB ], [ %RetryOldVal, SetMBB ]
5594 // %CmpVal = phi [ %OrigCmpVal, EntryBB ], [ %RetryCmpVal, SetMBB ]
5595 // %SwapVal = phi [ %OrigSwapVal, EntryBB ], [ %RetrySwapVal, SetMBB ]
5605 // # Fall through to SetMBB
5609 .addReg(RetryOldVal).addMBB(SetMBB);
5612 .addReg(RetryCmpVal).addMBB(SetMBB);
5615 .addReg(RetrySwapVal).addMBB(SetMBB);
5626 MBB->addSuccessor(SetMBB);
5628 // SetMBB:
5637 MBB = SetMBB;