Searched refs:OtherOpKilled (Results 1 – 1 of 1) sorted by relevance
1274 bool OtherOpKilled = isKilled(*MI, OtherOpReg, false); in tryInstructionCommute() local1275 bool DoCommute = !BaseOpKilled && OtherOpKilled; in tryInstructionCommute()1296 BaseOpKilled = OtherOpKilled; in tryInstructionCommute()