Home | History | Annotate | Download | only in ARM

Lines Matching refs:ContBB

9222   MachineBasicBlock *ContBB = MF->CreateMachineBasicBlock();
9223 MF->insert(++MBB->getIterator(), ContBB);
9224 ContBB->splice(ContBB->begin(), MBB,
9226 ContBB->transferSuccessorsAndUpdatePHIs(MBB);
9227 MBB->addSuccessor(ContBB);
9244 return ContBB;