Lines Matching refs:OrigBB
648 MachineBasicBlock *OrigBB = MI.getParent(); in splitBlockBeforeInstr() local
652 MF->CreateMachineBasicBlock(OrigBB->getBasicBlock()); in splitBlockBeforeInstr()
653 MachineFunction::iterator MBBI = ++OrigBB->getIterator(); in splitBlockBeforeInstr()
657 NewBB->splice(NewBB->end(), OrigBB, MI, OrigBB->end()); in splitBlockBeforeInstr()
665 BuildMI(OrigBB, DebugLoc(), TII->get(CSKY::BR32)).addMBB(NewBB); in splitBlockBeforeInstr()
669 NewBB->transferSuccessors(OrigBB); in splitBlockBeforeInstr()
672 OrigBB->addSuccessor(NewBB); in splitBlockBeforeInstr()
687 water_iterator IP = llvm::lower_bound(WaterList, OrigBB, compareMbbNumbers); in splitBlockBeforeInstr()
689 if (WaterBB == OrigBB) in splitBlockBeforeInstr()
692 WaterList.insert(IP, OrigBB); in splitBlockBeforeInstr()
693 NewWaterList.insert(OrigBB); in splitBlockBeforeInstr()
700 computeBlockSize(OrigBB); in splitBlockBeforeInstr()
707 adjustBBOffsetsAfter(OrigBB); in splitBlockBeforeInstr()