Lines Matching refs:NewBB

284     void updateForInsertedWaterBlock(MachineBasicBlock *NewBB);
855 void ARMConstantIslands::updateForInsertedWaterBlock(MachineBasicBlock *NewBB) { in updateForInsertedWaterBlock() argument
857 NewBB->getParent()->RenumberBlocks(NewBB); in updateForInsertedWaterBlock()
861 BBInfo.insert(BBInfo.begin() + NewBB->getNumber(), BasicBlockInfo()); in updateForInsertedWaterBlock()
866 std::lower_bound(WaterList.begin(), WaterList.end(), NewBB, in updateForInsertedWaterBlock()
868 WaterList.insert(IP, NewBB); in updateForInsertedWaterBlock()
879 MachineBasicBlock *NewBB = in splitBlockBeforeInstr() local
882 MF->insert(MBBI, NewBB); in splitBlockBeforeInstr()
885 NewBB->splice(NewBB->end(), OrigBB, MI, OrigBB->end()); in splitBlockBeforeInstr()
893 BuildMI(OrigBB, DebugLoc(), TII->get(Opc)).addMBB(NewBB); in splitBlockBeforeInstr()
895 BuildMI(OrigBB, DebugLoc(), TII->get(Opc)).addMBB(NewBB) in splitBlockBeforeInstr()
900 NewBB->transferSuccessors(OrigBB); in splitBlockBeforeInstr()
903 OrigBB->addSuccessor(NewBB); in splitBlockBeforeInstr()
908 MF->RenumberBlocks(NewBB); in splitBlockBeforeInstr()
912 BBInfo.insert(BBInfo.begin() + NewBB->getNumber(), BasicBlockInfo()); in splitBlockBeforeInstr()
923 WaterList.insert(std::next(IP), NewBB); in splitBlockBeforeInstr()
937 computeBlockSize(NewBB); in splitBlockBeforeInstr()
942 return NewBB; in splitBlockBeforeInstr()
2013 MachineBasicBlock *NewBB = in reorderThumb2JumpTables() local
2015 if (NewBB) in reorderThumb2JumpTables()
2016 MJTI->ReplaceMBBInJumpTable(JTI, JTBBs[j], NewBB); in reorderThumb2JumpTables()
2055 MachineBasicBlock *NewBB = in adjustJTTargetBlockForward() local
2058 MF->insert(MBBI, NewBB); in adjustJTTargetBlockForward()
2064 BuildMI(NewBB, DebugLoc(), TII->get(ARM::t2B)).addMBB(BB) in adjustJTTargetBlockForward()
2068 MF->RenumberBlocks(NewBB); in adjustJTTargetBlockForward()
2071 NewBB->addSuccessor(BB); in adjustJTTargetBlockForward()
2073 JTBB->addSuccessor(NewBB); in adjustJTTargetBlockForward()
2076 return NewBB; in adjustJTTargetBlockForward()