Searched refs:SinkInst (Results 1 – 1 of 1) sorted by relevance
1033 static bool attemptDebugCopyProp(MachineInstr &SinkInst, MachineInstr &DbgMI, in attemptDebugCopyProp() argument1035 const MachineRegisterInfo &MRI = SinkInst.getMF()->getRegInfo(); in attemptDebugCopyProp()1036 const TargetInstrInfo &TII = *SinkInst.getMF()->getSubtarget().getInstrInfo(); in attemptDebugCopyProp()1043 auto CopyOperands = TII.isCopyInstr(SinkInst); in attemptDebugCopyProp()