Searched refs:isProfitableToCSE (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | MachineCSE.cpp | 89 bool isProfitableToCSE(unsigned CSReg, unsigned Reg, 283 bool MachineCSE::isProfitableToCSE(unsigned CSReg, unsigned Reg, in isProfitableToCSE() function in MachineCSE 438 if (!isProfitableToCSE(NewReg, OldReg, CSMI, MI)) { in ProcessBlock()
|
/external/llvm/lib/CodeGen/ |
D | MachineCSE.cpp | 98 bool isProfitableToCSE(unsigned CSReg, unsigned Reg, 366 bool MachineCSE::isProfitableToCSE(unsigned CSReg, unsigned Reg, in isProfitableToCSE() function in MachineCSE 561 if (!isProfitableToCSE(NewReg, OldReg, CSMI, MI)) { in ProcessBlock()
|