Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp121 bool isRevCopyChain(Register FromReg, Register ToReg, int Maxlen);
225 bool TwoAddressInstructionPass::isRevCopyChain(Register FromReg, Register ToReg, in isRevCopyChain() function in TwoAddressInstructionPass
613 if (isRevCopyChain(RegC, RegA, MaxDataFlowEdge)) in isProfitableToCommute()
616 if (isRevCopyChain(RegB, RegA, MaxDataFlowEdge)) in isProfitableToCommute()