Home
last modified time | relevance | path

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

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