LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::GraphTraits< SchedGraph * > Struct Template Reference

#include <SchedGraph.h>

List of all members.

Public Types

typedef SchedGraphNode NodeType
typedef sg_succ_iterator ChildIteratorType

Static Public Member Functions

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


Detailed Description

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

Definition at line 232 of file SchedGraph.h.


Member Typedef Documentation

typedef sg_succ_iterator llvm::GraphTraits< SchedGraph * >::ChildIteratorType
 

Definition at line 234 of file SchedGraph.h.

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

Definition at line 233 of file SchedGraph.h.


Member Function Documentation

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

Definition at line 237 of file SchedGraph.h.

References llvm::succ_begin().

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

Definition at line 240 of file SchedGraph.h.

References llvm::succ_end().

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

Definition at line 236 of file SchedGraph.h.

References llvm::SchedGraphCommon::getRoot().


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