LLVM: llvm::DestSourcePair Struct Reference (original) (raw)

#include "[llvm/CodeGen/TargetInstrInfo.h](TargetInstrInfo%5F8h%5Fsource.html)"

Public Member Functions
Public Attributes
const MachineOperand * Destination
const MachineOperand * Source

Detailed Description

Definition at line 75 of file TargetInstrInfo.h.

Constructor & Destructor Documentation

llvm::DestSourcePair::DestSourcePair ( const MachineOperand & Dest, const MachineOperand & Src ) inline

Definition at line 79 of file TargetInstrInfo.h.

References Destination, and Source.

Member Data Documentation

Destination

const MachineOperand* llvm::DestSourcePair::Destination

Definition at line 76 of file TargetInstrInfo.h.

Referenced by DestSourcePair(), and isBackwardPropagatableCopy().

Source

const MachineOperand* llvm::DestSourcePair::Source

Definition at line 77 of file TargetInstrInfo.h.

Referenced by DestSourcePair(), and isBackwardPropagatableCopy().


The documentation for this struct was generated from the following file: