Lines Matching refs:NewMBB
308 MachineBasicBlock *&NewMBB);
1367 MachineBasicBlock *&NewMBB) { in createNewWater() argument
1388 NewMBB = &*++UserMBB->getIterator(); in createNewWater()
1396 BuildMI(UserMBB, DebugLoc(), TII->get(UncondBr)).addMBB(NewMBB); in createNewWater()
1398 BuildMI(UserMBB, DebugLoc(), TII->get(UncondBr)).addMBB(NewMBB) in createNewWater()
1500 NewMBB = splitBlockBeforeInstr(&*MI); in createNewWater()
1529 MachineBasicBlock *NewMBB; in handleConstantPoolUser() local
1542 NewMBB = &*++WaterBB->getIterator(); in handleConstantPoolUser()
1546 createNewWater(CPUserIndex, UserOffset, NewMBB); in handleConstantPoolUser()
1553 MachineBasicBlock *WaterBB = &*--NewMBB->getIterator(); in handleConstantPoolUser()
1570 MF->insert(NewMBB->getIterator(), NewIsland); in handleConstantPoolUser()