Searched refs:OtherOpReg (Results 1 – 1 of 1) sorted by relevance
1168 Register OtherOpReg = MI->getOperand(OtherOpIdx).getReg(); in tryInstructionCommute() local1173 bool OtherOpKilled = isKilled(*MI, OtherOpReg, MRI, TII, LIS, false); in tryInstructionCommute()1177 isProfitableToCommute(DstOpReg, BaseOpReg, OtherOpReg, MI, Dist)) { in tryInstructionCommute()1194 BaseOpReg = OtherOpReg; in tryInstructionCommute()