Lines Matching refs:OrigBB
872 MachineBasicBlock *OrigBB = MI->getParent(); in splitBlockBeforeInstr() local
876 MF->CreateMachineBasicBlock(OrigBB->getBasicBlock()); in splitBlockBeforeInstr()
877 MachineFunction::iterator MBBI = OrigBB; ++MBBI; in splitBlockBeforeInstr()
881 NewBB->splice(NewBB->end(), OrigBB, MI, OrigBB->end()); in splitBlockBeforeInstr()
889 BuildMI(OrigBB, DebugLoc(), TII->get(Opc)).addMBB(NewBB); in splitBlockBeforeInstr()
891 BuildMI(OrigBB, DebugLoc(), TII->get(Opc)).addMBB(NewBB) in splitBlockBeforeInstr()
896 NewBB->transferSuccessors(OrigBB); in splitBlockBeforeInstr()
899 OrigBB->addSuccessor(NewBB); in splitBlockBeforeInstr()
915 std::lower_bound(WaterList.begin(), WaterList.end(), OrigBB, in splitBlockBeforeInstr()
918 if (WaterBB == OrigBB) in splitBlockBeforeInstr()
921 WaterList.insert(IP, OrigBB); in splitBlockBeforeInstr()
922 NewWaterList.insert(OrigBB); in splitBlockBeforeInstr()
929 computeBlockSize(OrigBB); in splitBlockBeforeInstr()
936 adjustBBOffsetsAfter(OrigBB); in splitBlockBeforeInstr()