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

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

Completed in 405 milliseconds