Searched defs:isProfitableToCommute (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp100 bool isProfitableToCommute(unsigned regB, unsigned regC,
528 TwoAddressInstructionPass::isProfitableToCommute(unsigned regB, unsigned regC, function in class:TwoAddressInstructionPass
901 else if (isProfitableToCommute(regB, regC, mi, mbbi, Dist)) {

Completed in 27 milliseconds