Home
last modified time | relevance | path

Searched refs:MaybeCopy (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp1240 auto IsFoldableCopy = [this](const MachineInstr &MaybeCopy) { in EliminateSpillageCopies() argument
1241 if (MaybeCopy.getNumImplicitOperands() > 0) in EliminateSpillageCopies()
1244 isCopyInstr(MaybeCopy, *TII, UseCopyInstr); in EliminateSpillageCopies()