Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineCopyPropagation.cpp208 MachineInstr *findCopyForUnit(MCRegister RegUnit, in findCopyForUnit() function in __anon6d1538840111::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()