Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp254 MachineInstr *findCopyForUnit(MCRegister RegUnit, in findCopyForUnit() function in __anonf5bcd53e0111::CopyTracker
273 return findCopyForUnit(RU, TRI, true); in findCopyDefViaUnit()
311 findCopyForUnit(RU, TRI, /*MustBeAvailable=*/true); in findAvailCopy()
455 if (MachineInstr *Copy = Tracker.findCopyForUnit(Unit, *TRI)) { in ReadRegister()