LLVM API Documentation

llvm::GraphTraits< MSchedGraphNode * > Struct Template Reference

#include <MSchedGraph.h>

List of all members.

Public Types

typedef MSchedGraphNode NodeType
typedef MSchedGraphNode::succ_iterator ChildIteratorType

Static Public Member Functions

static ChildIteratorType child_begin (NodeType *N)
static ChildIteratorType child_end (NodeType *N)
static NodeTypegetEntryNode (NodeType *N)


Detailed Description

template<>
struct llvm::GraphTraits< MSchedGraphNode * >

Definition at line 217 of file MSchedGraph.h.


Member Typedef Documentation

typedef MSchedGraphNode::succ_iterator llvm::GraphTraits< MSchedGraphNode * >::ChildIteratorType

Definition at line 219 of file MSchedGraph.h.

typedef MSchedGraphNode llvm::GraphTraits< MSchedGraphNode * >::NodeType

Definition at line 218 of file MSchedGraph.h.


Member Function Documentation

static ChildIteratorType llvm::GraphTraits< MSchedGraphNode * >::child_begin ( NodeType N  )  [inline, static]

Definition at line 221 of file MSchedGraph.h.

References llvm::MSchedGraphNode::succ_begin().

static ChildIteratorType llvm::GraphTraits< MSchedGraphNode * >::child_end ( NodeType N  )  [inline, static]

Definition at line 224 of file MSchedGraph.h.

References llvm::MSchedGraphNode::succ_end().

static NodeType* llvm::GraphTraits< MSchedGraphNode * >::getEntryNode ( NodeType N  )  [inline, static]

Definition at line 228 of file MSchedGraph.h.


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