Searched refs:DoCommute (Results 1 – 2 of 2) sorted by relevance
1275 bool DoCommute = !BaseOpKilled && OtherOpKilled; in tryInstructionCommute() local1277 if (!DoCommute && in tryInstructionCommute()1279 DoCommute = true; in tryInstructionCommute()1284 if (DoCommute && commuteInstruction(MI, DstOpIdx, BaseOpIdx, OtherOpIdx, in tryInstructionCommute()
2463 const bool DoCommute = PtrReg.second; in applyCombineAddP2IToPtrAdd() local2464 if (DoCommute) in applyCombineAddP2IToPtrAdd()