Lines Matching defs:NewMBB
393 MachineBasicBlock *&NewMBB);
828 // Next, update WaterList. Specifically, we need to add NewMBB as having
895 // Figure out how large the NewMBB is. As the second half of the original
1201 /// unconditional branch around it. In either case NewMBB is set to a
1206 MachineBasicBlock *&NewMBB) {
1224 NewMBB = &*++UserMBB->getIterator();
1231 BuildMI(UserMBB, DebugLoc(), TII->get(UncondBr)).addMBB(NewMBB);
1294 NewMBB = splitBlockBeforeInstr(*--MI);
1318 MachineBasicBlock *NewMBB;
1330 // The new CPE goes before the following block (NewMBB).
1331 NewMBB = &*++WaterBB->getIterator();
1341 createNewWater(CPUserIndex, UserOffset, NewMBB);
1348 MachineBasicBlock *WaterBB = &*--NewMBB->getIterator();
1364 // Okay, we know we can put an island before NewMBB now, do it!
1365 MF->insert(NewMBB->getIterator(), NewIsland);