Searched refs:OtherOpReg (Results 1 – 1 of 1) sorted by relevance
1269 Register OtherOpReg = MI->getOperand(OtherOpIdx).getReg(); in tryInstructionCommute() local1274 bool OtherOpKilled = isKilled(*MI, OtherOpReg, false); in tryInstructionCommute()1278 isProfitableToCommute(DstOpReg, BaseOpReg, OtherOpReg, MI, Dist)) { in tryInstructionCommute()1295 BaseOpReg = OtherOpReg; in tryInstructionCommute()