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

/external/llvm/lib/CodeGen/
H A DInlineSpiller.cpp209 /// isFullCopyOf - If MI is a COPY to or from Reg, return the other register,
211 static unsigned isFullCopyOf(const MachineInstr *MI, unsigned Reg) { function
245 if (isFullCopyOf(MI, Reg))
281 unsigned SnipReg = isFullCopyOf(MI, Reg);
578 if (unsigned SrcReg = isFullCopyOf(MI, Reg)) {
770 if (unsigned DstReg = isFullCopyOf(MI, Reg)) {
1138 unsigned SibReg = isFullCopyOf(MI, Reg);

Completed in 45 milliseconds