Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp130 bool isRevCopyChain(unsigned FromReg, unsigned ToReg, int Maxlen);
365 bool TwoAddressInstructionPass::isRevCopyChain(unsigned FromReg, unsigned ToReg, in isRevCopyChain() function in TwoAddressInstructionPass
669 if (isRevCopyChain(regC, regA, MaxDataFlowEdge)) in isProfitableToCommute()
672 if (isRevCopyChain(regB, regA, MaxDataFlowEdge)) in isProfitableToCommute()