Searched refs:isProfitableToConv3Addr (Results 1 – 3 of 3) sorted by relevance
115 bool isProfitableToConv3Addr(unsigned RegA, unsigned RegB);674 TwoAddressInstructionPass::isProfitableToConv3Addr(unsigned RegA,unsigned RegB){ in isProfitableToConv3Addr() function in TwoAddressInstructionPass1260 if (!regBKilled || isProfitableToConv3Addr(regA, regB)) { in tryInstructionTransform()
139 bool isProfitableToConv3Addr(unsigned RegA, unsigned RegB);712 TwoAddressInstructionPass::isProfitableToConv3Addr(unsigned RegA,unsigned RegB){ in isProfitableToConv3Addr() function in TwoAddressInstructionPass1320 if (!regBKilled || isProfitableToConv3Addr(regA, regB)) { in tryInstructionTransform()
131 bool isProfitableToConv3Addr(Register RegA, Register RegB);662 bool TwoAddressInstructionPass::isProfitableToConv3Addr(Register RegA, in isProfitableToConv3Addr() function in TwoAddressInstructionPass1262 if (!regBKilled || isProfitableToConv3Addr(regA, regB)) { in tryInstructionTransform()