Searched refs:DoCommute (Results 1 – 2 of 2) sorted by relevance
1181 bool DoCommute = in tryInstructionCommute() local1184 if (!DoCommute && in tryInstructionCommute()1186 DoCommute = true; in tryInstructionCommute()1191 if (DoCommute && commuteInstruction(MI, BaseOpIdx, OtherOpIdx, Dist)) { in tryInstructionCommute()
1228 bool DoCommute = !BaseOpKilled && OtherOpKilled; in tryInstructionCommute() local1230 if (!DoCommute && in tryInstructionCommute()1232 DoCommute = true; in tryInstructionCommute()1237 if (DoCommute && commuteInstruction(MI, DstOpIdx, BaseOpIdx, OtherOpIdx, in tryInstructionCommute()