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

/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DMachineCSE.cpp94 bool isProfitableToCSE(unsigned CSReg, unsigned Reg,
339 /// isProfitableToCSE - Return true if it's profitable to eliminate MI with a
341 bool MachineCSE::isProfitableToCSE(unsigned CSReg, unsigned Reg, function in class:MachineCSE
537 if (!isProfitableToCSE(NewReg, OldReg, CSMI, MI)) {

Completed in 42 milliseconds