Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp207 MachineInstr *findCopyForUnit(MCRegister RegUnit, in findCopyForUnit() function in __anone7b60f380111::CopyTracker
226 return findCopyForUnit(*RUI, TRI, true); in findCopyDefViaUnit()
264 findCopyForUnit(*RUI, TRI, /*MustBeAvailable=*/true); in findAvailCopy()
365 if (MachineInstr *Copy = Tracker.findCopyForUnit(*RUI, *TRI)) { in ReadRegister()