Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp174 bool tryInstructionCommute(MachineInstr *MI,
1247 bool TwoAddressInstructionImpl::tryInstructionCommute(MachineInstr *MI, in tryInstructionCommute() function in TwoAddressInstructionImpl
1328 bool Commuted = tryInstructionCommute(&MI, DstIdx, SrcIdx, regBKilled, Dist); in tryInstructionTransform()