LLVM API Documentation

llvm::MachineMove Class Reference

#include <MachineLocation.h>

Collaboration diagram for llvm::MachineMove:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 MachineMove (unsigned ID, MachineLocation &D, MachineLocation &S)
unsigned getLabelID () const
const MachineLocationgetDestination () const
const MachineLocationgetSource () const

Detailed Description

Definition at line 77 of file MachineLocation.h.


Constructor & Destructor Documentation

llvm::MachineMove::MachineMove ( unsigned  ID,
MachineLocation D,
MachineLocation S 
) [inline]

Definition at line 86 of file MachineLocation.h.


Member Function Documentation

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.


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