Home | History | Annotate | Download | only in Mips

Lines Matching refs:NewMBB

401                         MachineBasicBlock *&NewMBB);
860 // Next, update WaterList. Specifically, we need to add NewMBB as having
931 // Figure out how large the NewMBB is. As the second half of the original
1240 /// unconditional branch around it. In either case NewMBB is set to a
1245 MachineBasicBlock *&NewMBB) {
1264 NewMBB = std::next(MachineFunction::iterator(UserMBB));
1271 BuildMI(UserMBB, DebugLoc(), TII->get(UncondBr)).addMBB(NewMBB);
1336 NewMBB = splitBlockBeforeInstr(MI);
1361 MachineBasicBlock *NewMBB;
1373 // The new CPE goes before the following block (NewMBB).
1374 NewMBB = std::next(MachineFunction::iterator(WaterBB));
1385 createNewWater(CPUserIndex, UserOffset, NewMBB);
1392 MachineBasicBlock *WaterBB = std::prev(MachineFunction::iterator(NewMBB));
1408 // Okay, we know we can put an island before NewMBB now, do it!
1409 MF->insert(NewMBB, NewIsland);