Lines Matching refs:OrigBB
980 MachineBasicBlock *OrigBB = MI->getParent(); in splitBlockBeforeInstr() local
984 MF->CreateMachineBasicBlock(OrigBB->getBasicBlock()); in splitBlockBeforeInstr()
985 MachineFunction::iterator MBBI = ++OrigBB->getIterator(); in splitBlockBeforeInstr()
989 NewBB->splice(NewBB->end(), OrigBB, MI, OrigBB->end()); in splitBlockBeforeInstr()
997 BuildMI(OrigBB, DebugLoc(), TII->get(Opc)).addMBB(NewBB); in splitBlockBeforeInstr()
999 BuildMI(OrigBB, DebugLoc(), TII->get(Opc)).addMBB(NewBB) in splitBlockBeforeInstr()
1004 NewBB->transferSuccessors(OrigBB); in splitBlockBeforeInstr()
1007 OrigBB->addSuccessor(NewBB); in splitBlockBeforeInstr()
1023 std::lower_bound(WaterList.begin(), WaterList.end(), OrigBB, in splitBlockBeforeInstr()
1026 if (WaterBB == OrigBB) in splitBlockBeforeInstr()
1029 WaterList.insert(IP, OrigBB); in splitBlockBeforeInstr()
1030 NewWaterList.insert(OrigBB); in splitBlockBeforeInstr()
1037 computeBlockSize(OrigBB); in splitBlockBeforeInstr()
1044 adjustBBOffsetsAfter(OrigBB); in splitBlockBeforeInstr()