Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp144 MachineInstr *findCopyForUnit(unsigned RegUnit, const TargetRegisterInfo &TRI, in findCopyForUnit() function in __anonc58ceaed0111::CopyTracker
160 findCopyForUnit(*RUI, TRI, /*MustBeAvailable=*/true); in findAvailCopy()
239 if (MachineInstr *Copy = Tracker.findCopyForUnit(*RUI, *TRI)) { in ReadRegister()