LLVM API Documentation

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

#include <MSchedGraphSB.h>

List of all members.

Public Types

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

Definition at line 342 of file MSchedGraphSB.h.


Member Typedef Documentation

typedef MSchedGraphSBNode::succ_const_iterator llvm::GraphTraits< const MSchedGraphSB * >::ChildIteratorType

Definition at line 344 of file MSchedGraphSB.h.

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

Definition at line 353 of file MSchedGraphSB.h.

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

Definition at line 355 of file MSchedGraphSB.h.

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

Definition at line 343 of file MSchedGraphSB.h.


Member Function Documentation

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

Definition at line 346 of file MSchedGraphSB.h.

References llvm::MSchedGraphSBNode::succ_begin().

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

Definition at line 349 of file MSchedGraphSB.h.

References llvm::MSchedGraphSBNode::succ_end().

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

Definition at line 356 of file MSchedGraphSB.h.

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

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

Definition at line 359 of file MSchedGraphSB.h.

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


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