Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSink.cpp1385 static bool attemptDebugCopyProp(MachineInstr &SinkInst, MachineInstr &DbgMI, in attemptDebugCopyProp() argument
1387 const MachineRegisterInfo &MRI = SinkInst.getMF()->getRegInfo(); in attemptDebugCopyProp()
1388 const TargetInstrInfo &TII = *SinkInst.getMF()->getSubtarget().getInstrInfo(); in attemptDebugCopyProp()
1395 auto CopyOperands = TII.isCopyInstr(SinkInst); in attemptDebugCopyProp()