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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp121 bool isRevCopyChain(unsigned FromReg, unsigned ToReg, int Maxlen);
226 bool TwoAddressInstructionPass::isRevCopyChain(unsigned FromReg, unsigned ToReg, function in class:TwoAddressInstructionPass
529 if (isRevCopyChain(regC, regA, MaxDataFlowEdge))
532 if (isRevCopyChain(regB, regA, MaxDataFlowEdge))

Completed in 117 milliseconds