Searched refs:DoCommute (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp1079 bool DoCommute = !BaseOpKilled && OtherOpKilled; local
1081 if (!DoCommute &&
1083 DoCommute = true;
1088 if (DoCommute && commuteInstruction(MI, DstOpIdx, BaseOpIdx, OtherOpIdx,

Completed in 46 milliseconds