Lines Matching refs:OrigBB
877 MachineBasicBlock *OrigBB = MI->getParent(); in splitBlockBeforeInstr() local
881 MF->CreateMachineBasicBlock(OrigBB->getBasicBlock()); in splitBlockBeforeInstr()
882 MachineFunction::iterator MBBI = OrigBB; ++MBBI; in splitBlockBeforeInstr()
886 NewBB->splice(NewBB->end(), OrigBB, MI, OrigBB->end()); in splitBlockBeforeInstr()
892 BuildMI(OrigBB, DebugLoc(), TII->get(Mips::Bimm16)).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()