Searched refs:isProfitableToCSE (Results 1 – 3 of 3) 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineCSE.cpp | 120 bool isProfitableToCSE(unsigned CSReg, unsigned Reg, 389 bool MachineCSE::isProfitableToCSE(unsigned CSReg, unsigned Reg, in isProfitableToCSE() function in MachineCSE 581 if (!isProfitableToCSE(NewReg, OldReg, CSMI, MI)) { in ProcessBlock()
|