Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp121 bool isRevCopyChain(Register FromReg, Register ToReg, int Maxlen);
224 bool TwoAddressInstructionPass::isRevCopyChain(Register FromReg, Register ToReg, in isRevCopyChain() function in TwoAddressInstructionPass
524 if (isRevCopyChain(RegC, RegA, MaxDataFlowEdge)) in isProfitableToCommute()
527 if (isRevCopyChain(RegB, RegA, MaxDataFlowEdge)) in isProfitableToCommute()