Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineCopyPropagation.cpp129 static bool isNopCopy(const MachineInstr &PreviousCopy, unsigned Src, in isNopCopy() argument
131 unsigned PreviousSrc = PreviousCopy.getOperand(1).getReg(); in isNopCopy()
132 unsigned PreviousDef = PreviousCopy.getOperand(0).getReg(); in isNopCopy()