Searched refs:DoCommute (Results 1 – 2 of 2) sorted by relevance
1277 bool DoCommute = !BaseOpKilled && OtherOpKilled; in tryInstructionCommute() local1279 if (!DoCommute && in tryInstructionCommute()1281 DoCommute = true; in tryInstructionCommute()1286 if (DoCommute && commuteInstruction(MI, DstOpIdx, BaseOpIdx, OtherOpIdx, in tryInstructionCommute()
2567 const bool DoCommute = PtrReg.second; in applyCombineAddP2IToPtrAdd() local2568 if (DoCommute) in applyCombineAddP2IToPtrAdd()