LLVM API Documentation
#include <MachineLocation.h>
Collaboration diagram for llvm::MachineMove:
Public Member Functions | |
MachineMove (unsigned ID, MachineLocation &D, MachineLocation &S) | |
unsigned | getLabelID () const |
const MachineLocation & | getDestination () const |
const MachineLocation & | getSource () const |
Definition at line 77 of file MachineLocation.h.
llvm::MachineMove::MachineMove | ( | unsigned | ID, | |
MachineLocation & | D, | |||
MachineLocation & | S | |||
) | [inline] |
Definition at line 86 of file MachineLocation.h.
const MachineLocation& llvm::MachineMove::getDestination | ( | ) | const [inline] |
Definition at line 94 of file MachineLocation.h.
unsigned llvm::MachineMove::getLabelID | ( | ) | const [inline] |
Definition at line 93 of file MachineLocation.h.
const MachineLocation& llvm::MachineMove::getSource | ( | ) | const [inline] |
Definition at line 95 of file MachineLocation.h.