Searched refs:FromInstr (Results 1 – 2 of 2) sorted by relevance
116 MachineInstr *FromInstr = nullptr; in testHandleMove() local120 FromInstr = &MI; in testHandleMove()125 assert(FromInstr != nullptr && ToInstr != nullptr); in testHandleMove()127 MBB.splice(ToInstr->getIterator(), &MBB, FromInstr->getIterator()); in testHandleMove()128 LIS.handleMove(*FromInstr, true); in testHandleMove()
121 MachineInstr &FromInstr = getMI(MF, From, BlockNum); in testHandleMove() local124 MachineBasicBlock &MBB = *FromInstr.getParent(); in testHandleMove()125 MBB.splice(ToInstr.getIterator(), &MBB, FromInstr.getIterator()); in testHandleMove()126 LIS.handleMove(FromInstr, true); in testHandleMove()