Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineCSE.cpp98 bool isProfitableToCSE(unsigned CSReg, unsigned Reg,
365 bool MachineCSE::isProfitableToCSE(unsigned CSReg, unsigned Reg, in isProfitableToCSE() function in MachineCSE
562 if (!isProfitableToCSE(NewReg, OldReg, CSMI, MI)) { in ProcessBlock()