LLVM API Documentation

llvm::GraphTraits< MSchedGraphSBNode * > Struct Template Reference

#include <MSchedGraphSB.h>

List of all members.

Public Types

typedef MSchedGraphSBNode NodeType
typedef MSchedGraphSBNode::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< MSchedGraphSBNode * >

Definition at line 227 of file MSchedGraphSB.h.


Member Typedef Documentation

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

Definition at line 229 of file MSchedGraphSB.h.

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

Definition at line 228 of file MSchedGraphSB.h.


Member Function Documentation

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

Definition at line 231 of file MSchedGraphSB.h.

References llvm::MSchedGraphSBNode::succ_begin().

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

Definition at line 234 of file MSchedGraphSB.h.

References llvm::MSchedGraphSBNode::succ_end().

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

Definition at line 238 of file MSchedGraphSB.h.


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