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

/external/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp113 /// isNopCopy - Return true if the specified copy is really a nop. That is
122 static bool isNopCopy(MachineInstr *CopyMI, unsigned Def, unsigned Src, function
163 isNopCopy(CopyMI, Def, Src, TRI)) {

Completed in 59 milliseconds