Lines Matching refs:OrigBB
976 MachineBasicBlock *OrigBB = MI->getParent(); in splitBlockBeforeInstr() local
980 MF->CreateMachineBasicBlock(OrigBB->getBasicBlock()); in splitBlockBeforeInstr()
981 MachineFunction::iterator MBBI = ++OrigBB->getIterator(); in splitBlockBeforeInstr()
985 NewBB->splice(NewBB->end(), OrigBB, MI, OrigBB->end()); in splitBlockBeforeInstr()
993 BuildMI(OrigBB, DebugLoc(), TII->get(Opc)).addMBB(NewBB); in splitBlockBeforeInstr()
995 BuildMI(OrigBB, DebugLoc(), TII->get(Opc)).addMBB(NewBB) in splitBlockBeforeInstr()
1000 NewBB->transferSuccessors(OrigBB); in splitBlockBeforeInstr()
1003 OrigBB->addSuccessor(NewBB); in splitBlockBeforeInstr()
1019 std::lower_bound(WaterList.begin(), WaterList.end(), OrigBB, in splitBlockBeforeInstr()
1022 if (WaterBB == OrigBB) in splitBlockBeforeInstr()
1025 WaterList.insert(IP, OrigBB); in splitBlockBeforeInstr()
1026 NewWaterList.insert(OrigBB); in splitBlockBeforeInstr()
1033 computeBlockSize(OrigBB); in splitBlockBeforeInstr()
1040 adjustBBOffsetsAfter(OrigBB); in splitBlockBeforeInstr()