Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp208 MachineInstr *findCopyForUnit(MCRegister RegUnit, in findCopyForUnit() function in __anonb2bd9f5f0111::CopyTracker
227 return findCopyForUnit(*RUI, TRI, true); in findCopyDefViaUnit()
265 findCopyForUnit(*RUI, TRI, /*MustBeAvailable=*/true); in findAvailCopy()
366 if (MachineInstr *Copy = Tracker.findCopyForUnit(*RUI, *TRI)) { in ReadRegister()