Searched refs:isProfitableToCSE (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DMachineCSE.cpp98 bool isProfitableToCSE(unsigned CSReg, unsigned Reg,
364 /// isProfitableToCSE - Return true if it's profitable to eliminate MI with a
366 bool MachineCSE::isProfitableToCSE(unsigned CSReg, unsigned Reg, function in class:MachineCSE
561 if (!isProfitableToCSE(NewReg, OldReg, CSMI, MI)) {
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DMachineCSE.cpp89 bool isProfitableToCSE(unsigned CSReg, unsigned Reg,
281 /// isProfitableToCSE - Return true if it's profitable to eliminate MI with a
283 bool MachineCSE::isProfitableToCSE(unsigned CSReg, unsigned Reg, function in class:MachineCSE
438 if (!isProfitableToCSE(NewReg, OldReg, CSMI, MI)) {

Completed in 51 milliseconds