Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineCSE.cpp120 bool isProfitableToCSE(unsigned CSReg, unsigned Reg,
408 bool MachineCSE::isProfitableToCSE(unsigned CSReg, unsigned Reg, in isProfitableToCSE() function in MachineCSE
600 if (!isProfitableToCSE(NewReg, OldReg, CSMI, MI)) { in ProcessBlock()