Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineSink.cpp1043 auto CopyOperands = TII.isCopyInstr(SinkInst); in attemptDebugCopyProp() local
1044 if (!CopyOperands) in attemptDebugCopyProp()
1046 SrcMO = CopyOperands->Source; in attemptDebugCopyProp()
1047 DstMO = CopyOperands->Destination; in attemptDebugCopyProp()