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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DInlineSpiller.cpp260 /// isFullCopyOf - If MI is a COPY to or from Reg, return the other register,
262 static Register isFullCopyOf(const MachineInstr &MI, Register Reg) { function
297 if (isFullCopyOf(MI, Reg))
334 Register SnipReg = isFullCopyOf(MI, Reg);
459 if (Register DstReg = isFullCopyOf(MI, Reg)) {
1021 Register SibReg = isFullCopyOf(*MI, Reg);

Completed in 69 milliseconds