Searched refs:CopyRegIdx (Results 1 – 1 of 1) sorted by relevance
2225 SlotIndex CopyRegIdx = LIS->getInstructionIndex(*CopyMI).getRegSlot(); in joinReservedPhysReg() local2234 SI != CopyRegIdx; SI = Indexes->getNextNonNullIndex(SI)) { in joinReservedPhysReg()2246 << printReg(DstReg, TRI) << " at " << CopyRegIdx << "\n"); in joinReservedPhysReg()2248 LIS->removePhysRegDefAt(DstReg.asMCReg(), CopyRegIdx); in joinReservedPhysReg()