Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp156 bool isProfitableToConv3Addr(Register RegA, Register RegB);
769 bool TwoAddressInstructionImpl::isProfitableToConv3Addr(Register RegA, in isProfitableToConv3Addr() function in TwoAddressInstructionImpl
1361 if (!regBKilled || isProfitableToConv3Addr(regA, regB)) { in tryInstructionTransform()