Searched refs:SinkInst (Results 1 – 1 of 1) sorted by relevance
1385 static bool attemptDebugCopyProp(MachineInstr &SinkInst, MachineInstr &DbgMI, in attemptDebugCopyProp() argument1387 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()