Home | History | Annotate | Download | only in Sparc

Lines Matching refs:DoneMBB

3143   MachineBasicBlock *DoneMBB = MF->CreateMachineBasicBlock(LLVM_BB);
3146 MF->insert(MFI, DoneMBB);
3148 // Move MI and following instructions to DoneMBB.
3149 DoneMBB->splice(DoneMBB->begin(), MBB, MI, MBB->end());
3150 DoneMBB->transferSuccessorsAndUpdatePHIs(MBB);
3155 LoopMBB->addSuccessor(DoneMBB);
3192 return DoneMBB;