Lines Matching defs:DoneBB
256 auto DoneBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock());
260 MF->insert(++StoreBB->getIterator(), DoneBB);
278 .addMBB(DoneBB)
280 LoadCmpBB->addSuccessor(DoneBB);
293 StoreBB->addSuccessor(DoneBB);
295 DoneBB->splice(DoneBB->end(), &MBB, MI, MBB.end());
296 DoneBB->transferSuccessors(&MBB);
305 computeAndAddLiveIns(LiveRegs, *DoneBB);
362 auto DoneBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock());
367 MF->insert(++FailBB->getIterator(), DoneBB);
410 BuildMI(StoreBB, MIMD, TII->get(AArch64::B)).addMBB(DoneBB);
412 StoreBB->addSuccessor(DoneBB);
425 FailBB->addSuccessor(DoneBB);
427 DoneBB->splice(DoneBB->end(), &MBB, MI, MBB.end());
428 DoneBB->transferSuccessors(&MBB);
437 computeAndAddLiveIns(LiveRegs, *DoneBB);
716 auto DoneBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock());
719 MF->insert(++LoopBB->getIterator(), DoneBB);
739 LoopBB->addSuccessor(DoneBB);
741 DoneBB->splice(DoneBB->end(), &MBB, MI, MBB.end());
742 DoneBB->transferSuccessors(&MBB);
750 computeAndAddLiveIns(LiveRegs, *DoneBB);
756 DoneBB->clearLiveIns();
757 computeAndAddLiveIns(LiveRegs, *DoneBB);