Searched refs:isProfitableToCSE (Results 1 – 1 of 1) sorted by relevance
98 bool isProfitableToCSE(unsigned CSReg, unsigned Reg,365 bool MachineCSE::isProfitableToCSE(unsigned CSReg, unsigned Reg, in isProfitableToCSE() function in MachineCSE562 if (!isProfitableToCSE(NewReg, OldReg, CSMI, MI)) { in ProcessBlock()