Searched refs:isProfitableToConv3Addr (Results 1 – 3 of 3) sorted by relevance
108 bool isProfitableToConv3Addr(unsigned RegA, unsigned RegB);631 TwoAddressInstructionPass::isProfitableToConv3Addr(unsigned RegA,unsigned RegB){ in isProfitableToConv3Addr() function in TwoAddressInstructionPass922 if (!regBKilled || isProfitableToConv3Addr(regA, regB)) { in TryInstructionTransform()
140 bool isProfitableToConv3Addr(unsigned RegA, unsigned RegB);714 TwoAddressInstructionPass::isProfitableToConv3Addr(unsigned RegA,unsigned RegB){ in isProfitableToConv3Addr() function in TwoAddressInstructionPass1315 if (!regBKilled || isProfitableToConv3Addr(regA, regB)) { in tryInstructionTransform()
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()