Searched refs:MaybeCopy (Results 1 – 1 of 1) sorted by relevance
1383 auto IsFoldableCopy = [this](const MachineInstr &MaybeCopy) { in EliminateSpillageCopies() argument1384 if (MaybeCopy.getNumImplicitOperands() > 0) in EliminateSpillageCopies()1387 isCopyInstr(MaybeCopy, *TII, UseCopyInstr); in EliminateSpillageCopies()