LLVM API Documentation
#include <MSchedGraph.h>
Collaboration diagram for llvm::MSchedGraphEdge:
Public Types | |
enum | DataDepOrderType { TrueDep, AntiDep, OutputDep, NonDataDep } |
enum | MSchedGraphEdgeType { MemoryDep, ValueDep, MachineRegister } |
Public Member Functions | |
MSchedGraphNode * | getDest () const |
unsigned | getIteDiff () |
unsigned | getDepOrderType () |
Friends | |
class | MSchedGraphNode |
Definition at line 32 of file MSchedGraph.h.
|
Definition at line 33 of file MSchedGraph.h. |
|
Definition at line 37 of file MSchedGraph.h. |
|
Definition at line 43 of file MSchedGraph.h. Referenced by llvm::DOTGraphTraits< MSchedGraph * >::getEdgeSourceLabel(). |
|
Definition at line 41 of file MSchedGraph.h. |
|
Definition at line 42 of file MSchedGraph.h. Referenced by llvm::DOTGraphTraits< MSchedGraph * >::getEdgeSourceLabel(). |
|
Definition at line 46 of file MSchedGraph.h. |