Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp106 bool isRevCopyChain(unsigned FromReg, unsigned ToReg, int Maxlen);
338 bool TwoAddressInstructionPass::isRevCopyChain(unsigned FromReg, unsigned ToReg, in isRevCopyChain() function in TwoAddressInstructionPass
634 if (isRevCopyChain(regC, regA, 3)) in isProfitableToCommute()
637 if (isRevCopyChain(regB, regA, 3)) in isProfitableToCommute()