LLVM 22.0.0git
|
#include "llvm/CodeGen/TargetInstrInfo.h"
Public Member Functions | |
DestSourcePair (const MachineOperand &Dest, const MachineOperand &Src) |
Public Attributes | |
const MachineOperand * | Destination |
const MachineOperand * | Source |
Definition at line 75 of file TargetInstrInfo.h.
|
inline |
Definition at line 79 of file TargetInstrInfo.h.
References Destination, and Source.
const MachineOperand* llvm::DestSourcePair::Destination |
Definition at line 76 of file TargetInstrInfo.h.
Referenced by DestSourcePair(), and isBackwardPropagatableCopy().
const MachineOperand* llvm::DestSourcePair::Source |
Definition at line 77 of file TargetInstrInfo.h.
Referenced by DestSourcePair(), and isBackwardPropagatableCopy().