LLVM API Documentation

llvm::GraphTraits< const SchedGraph * > Struct Template Reference

#include <SchedGraph.h>

List of all members.

Public Types

typedef const SchedGraphNode NodeType
typedef sg_succ_const_iterator ChildIteratorType

Static Public Member Functions

static NodeTypegetEntryNode (const SchedGraph *SG)
static ChildIteratorType child_begin (NodeType *N)
static ChildIteratorType child_end (NodeType *N)


Detailed Description

template<>
struct llvm::GraphTraits< const SchedGraph * >

Definition at line 245 of file SchedGraph.h.


Member Typedef Documentation

typedef sg_succ_const_iterator llvm::GraphTraits< const SchedGraph * >::ChildIteratorType

Definition at line 247 of file SchedGraph.h.

typedef const SchedGraphNode llvm::GraphTraits< const SchedGraph * >::NodeType

Definition at line 246 of file SchedGraph.h.


Member Function Documentation

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

Definition at line 252 of file SchedGraph.h.

References llvm::succ_begin().

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

Definition at line 255 of file SchedGraph.h.

References llvm::succ_end().

static NodeType* llvm::GraphTraits< const SchedGraph * >::getEntryNode ( const SchedGraph SG  )  [inline, static]

Definition at line 249 of file SchedGraph.h.

References llvm::SchedGraphCommon::getRoot().


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