Searched refs:OtherOpKilled (Results 1 – 1 of 1) sorted by relevance
1227 bool OtherOpKilled = isKilled(*MI, OtherOpReg, MRI, TII, LIS, false); in tryInstructionCommute() local1228 bool DoCommute = !BaseOpKilled && OtherOpKilled; in tryInstructionCommute()1248 BaseOpKilled = OtherOpKilled; in tryInstructionCommute()