LLVM API Documentation

Public Types | Static Public Member Functions
llvm::GraphTraits< IrreducibleGraph > Struct Template Reference

List of all members.

Public Types

typedef
bfi_detail::IrreducibleGraph 
GraphT
typedef const GraphT::IrrNode NodeType
typedef GraphT::IrrNode::iterator ChildIteratorType

Static Public Member Functions

static const NodeTypegetEntryNode (const GraphT &G)
static ChildIteratorType child_begin (NodeType *N)
static ChildIteratorType child_end (NodeType *N)

Detailed Description

template<>
struct llvm::GraphTraits< IrreducibleGraph >

Definition at line 562 of file BlockFrequencyInfoImpl.cpp.


Member Typedef Documentation

typedef GraphT::IrrNode::iterator llvm::GraphTraits< IrreducibleGraph >::ChildIteratorType

Definition at line 566 of file BlockFrequencyInfoImpl.cpp.

Definition at line 563 of file BlockFrequencyInfoImpl.cpp.

Definition at line 565 of file BlockFrequencyInfoImpl.cpp.


Member Function Documentation

static const NodeType* llvm::GraphTraits< IrreducibleGraph >::getEntryNode ( const GraphT G) [inline, static]

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