LLVM API Documentation

llvm::GraphTraits< MSchedGraphSB * > Struct Template Reference

#include <MSchedGraphSB.h>

List of all members.

Public Types

typedef MSchedGraphSBNode NodeType
typedef MSchedGraphSBNode::succ_iterator ChildIteratorType
typedef std::pointer_to_unary_function<
std::pair< const MachineInstr
*const, MSchedGraphSBNode * > &,
MSchedGraphSBNode & > 
DerefFun
typedef mapped_iterator< MSchedGraphSB::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 (MSchedGraphSB *G)
static nodes_iterator nodes_end (MSchedGraphSB *G)


Detailed Description

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

Definition at line 318 of file MSchedGraphSB.h.


Member Typedef Documentation

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

Definition at line 320 of file MSchedGraphSB.h.

typedef std::pointer_to_unary_function<std::pair<const MachineInstr* const, MSchedGraphSBNode*>&, MSchedGraphSBNode&> llvm::GraphTraits< MSchedGraphSB * >::DerefFun

Definition at line 330 of file MSchedGraphSB.h.

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

Definition at line 332 of file MSchedGraphSB.h.

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

Definition at line 319 of file MSchedGraphSB.h.


Member Function Documentation

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

Definition at line 322 of file MSchedGraphSB.h.

References llvm::MSchedGraphSBNode::succ_begin().

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

Definition at line 325 of file MSchedGraphSB.h.

References llvm::MSchedGraphSBNode::succ_end().

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

Definition at line 333 of file MSchedGraphSB.h.

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

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

Definition at line 336 of file MSchedGraphSB.h.

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


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