Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp178 MachineInstr *findCopyForUnit(MCRegister RegUnit, in findCopyForUnit() function in __anon835623930111::CopyTracker
197 return findCopyForUnit(*RUI, TRI, true); in findCopyDefViaUnit()
227 findCopyForUnit(*RUI, TRI, /*MustBeAvailable=*/true); in findAvailCopy()
319 if (MachineInstr *Copy = Tracker.findCopyForUnit(*RUI, *TRI)) { in ReadRegister()