Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp131 bool isProfitableToConv3Addr(Register RegA, Register RegB);
568 bool TwoAddressInstructionPass::isProfitableToConv3Addr(Register RegA, in isProfitableToConv3Addr() function in TwoAddressInstructionPass
1175 if (!regBKilled || isProfitableToConv3Addr(regA, regB)) { in tryInstructionTransform()