• Home
  • Raw
  • Download

Lines Matching refs:NewBB

282     void updateForInsertedWaterBlock(MachineBasicBlock *NewBB);
852 void ARMConstantIslands::updateForInsertedWaterBlock(MachineBasicBlock *NewBB) { in updateForInsertedWaterBlock() argument
854 NewBB->getParent()->RenumberBlocks(NewBB); in updateForInsertedWaterBlock()
858 BBInfo.insert(BBInfo.begin() + NewBB->getNumber(), BasicBlockInfo()); in updateForInsertedWaterBlock()
863 std::lower_bound(WaterList.begin(), WaterList.end(), NewBB, in updateForInsertedWaterBlock()
865 WaterList.insert(IP, NewBB); in updateForInsertedWaterBlock()
876 MachineBasicBlock *NewBB = in splitBlockBeforeInstr() local
879 MF->insert(MBBI, NewBB); in splitBlockBeforeInstr()
882 NewBB->splice(NewBB->end(), OrigBB, MI, OrigBB->end()); in splitBlockBeforeInstr()
890 BuildMI(OrigBB, DebugLoc(), TII->get(Opc)).addMBB(NewBB); in splitBlockBeforeInstr()
892 BuildMI(OrigBB, DebugLoc(), TII->get(Opc)).addMBB(NewBB) in splitBlockBeforeInstr()
897 NewBB->transferSuccessors(OrigBB); in splitBlockBeforeInstr()
900 OrigBB->addSuccessor(NewBB); in splitBlockBeforeInstr()
905 MF->RenumberBlocks(NewBB); in splitBlockBeforeInstr()
909 BBInfo.insert(BBInfo.begin() + NewBB->getNumber(), BasicBlockInfo()); in splitBlockBeforeInstr()
920 WaterList.insert(llvm::next(IP), NewBB); in splitBlockBeforeInstr()
934 computeBlockSize(NewBB); in splitBlockBeforeInstr()
939 return NewBB; in splitBlockBeforeInstr()
1998 MachineBasicBlock *NewBB = in reorderThumb2JumpTables() local
2000 if (NewBB) in reorderThumb2JumpTables()
2001 MJTI->ReplaceMBBInJumpTable(JTI, JTBBs[j], NewBB); in reorderThumb2JumpTables()
2040 MachineBasicBlock *NewBB = in adjustJTTargetBlockForward() local
2043 MF->insert(MBBI, NewBB); in adjustJTTargetBlockForward()
2049 BuildMI(NewBB, DebugLoc(), TII->get(ARM::t2B)).addMBB(BB) in adjustJTTargetBlockForward()
2053 MF->RenumberBlocks(NewBB); in adjustJTTargetBlockForward()
2056 NewBB->addSuccessor(BB); in adjustJTTargetBlockForward()
2058 JTBB->addSuccessor(NewBB); in adjustJTTargetBlockForward()
2061 return NewBB; in adjustJTTargetBlockForward()