LLVM API Documentation

llvm::GraphTraits< MSchedGraph * > Struct Template Reference

#include <MSchedGraph.h>

List of all members.

Public Types

typedef MSchedGraphNode NodeType
typedef MSchedGraphNode::succ_iterator ChildIteratorType
typedef std::pointer_to_unary_function<
std::pair< const MachineInstr
*const, MSchedGraphNode * > &,
MSchedGraphNode & > 
DerefFun
typedef mapped_iterator< MSchedGraph::iterator,
DerefFun
nodes_iterator

Static Public Member Functions

static ChildIteratorType child_begin (NodeType *N)
static ChildIteratorType child_end (NodeType *N)
static nodes_iterator nodes_begin (MSchedGraph *G)
static nodes_iterator nodes_end (MSchedGraph *G)


Detailed Description

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

Definition at line 306 of file MSchedGraph.h.


Member Typedef Documentation

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

Definition at line 308 of file MSchedGraph.h.

typedef std::pointer_to_unary_function<std::pair<const MachineInstr* const, MSchedGraphNode*>&, MSchedGraphNode&> llvm::GraphTraits< MSchedGraph * >::DerefFun

Definition at line 318 of file MSchedGraph.h.

typedef mapped_iterator<MSchedGraph::iterator, DerefFun> llvm::GraphTraits< MSchedGraph * >::nodes_iterator

Definition at line 320 of file MSchedGraph.h.

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

Definition at line 307 of file MSchedGraph.h.


Member Function Documentation

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

Definition at line 310 of file MSchedGraph.h.

References llvm::MSchedGraphNode::succ_begin().

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

Definition at line 313 of file MSchedGraph.h.

References llvm::MSchedGraphNode::succ_end().

static nodes_iterator llvm::GraphTraits< MSchedGraph * >::nodes_begin ( MSchedGraph G  )  [inline, static]

Definition at line 321 of file MSchedGraph.h.

References G, llvm::getSecond(), and llvm::map_iterator().

static nodes_iterator llvm::GraphTraits< MSchedGraph * >::nodes_end ( MSchedGraph G  )  [inline, static]

Definition at line 324 of file MSchedGraph.h.

References G, llvm::getSecond(), and llvm::map_iterator().


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