Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp1231 bool DoCommute = !BaseOpKilled && OtherOpKilled; in tryInstructionCommute() local
1233 if (!DoCommute && in tryInstructionCommute()
1235 DoCommute = true; in tryInstructionCommute()
1240 if (DoCommute && commuteInstruction(MI, DstOpIdx, BaseOpIdx, OtherOpIdx, in tryInstructionCommute()