Home | History | Annotate | Download | only in ARM

Lines Matching refs:ContBB

8204   MachineBasicBlock *ContBB = MF->CreateMachineBasicBlock();
8205 MF->insert(++MBB->getIterator(), ContBB);
8206 ContBB->splice(ContBB->begin(), MBB,
8208 ContBB->transferSuccessorsAndUpdatePHIs(MBB);
8218 AddDefaultPred(BuildMI(*MBB, MI, DL, TII->get(ARM::t2B)).addMBB(ContBB));
8219 MBB->addSuccessor(ContBB);
8222 return ContBB;