Searched refs:CopyOperands (Results 1 – 1 of 1) sorted by relevance
1043 auto CopyOperands = TII.isCopyInstr(SinkInst); in attemptDebugCopyProp() local1044 if (!CopyOperands) in attemptDebugCopyProp()1046 SrcMO = CopyOperands->Source; in attemptDebugCopyProp()1047 DstMO = CopyOperands->Destination; in attemptDebugCopyProp()