reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
279 MF.insert(std::next(MachineFunction::iterator(&MBB)), &NewMBB); 282 NewMBB.splice(NewMBB.end(), &MBB, SplitI.getIterator(), MBB.end()); 282 NewMBB.splice(NewMBB.end(), &MBB, SplitI.getIterator(), MBB.end()); 288 NewMBB.copySuccessor(&MBB, SI); 291 NewMBB.normalizeSuccProbs(); 295 for (MachineBasicBlock *Succ : NewMBB.successors()) 297 MBB.replaceSuccessor(Succ, &NewMBB); 300 assert(MBB.isSuccessor(&NewMBB) && 304 for (MachineBasicBlock *Succ : NewMBB.successors()) { 319 OpMBB.setMBB(&NewMBB); 328 MI.addOperand(MF, MachineOperand::CreateMBB(&NewMBB)); 334 return NewMBB;