LLVM  3.7.0
Public Types | Static Public Member Functions | List of all members
llvm::GraphTraits< IrreducibleGraph > Struct Template Reference

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 589 of file BlockFrequencyInfoImpl.cpp.

Member Typedef Documentation

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

Definition at line 593 of file BlockFrequencyInfoImpl.cpp.

Definition at line 590 of file BlockFrequencyInfoImpl.cpp.

Definition at line 592 of file BlockFrequencyInfoImpl.cpp.

Member Function Documentation

static ChildIteratorType llvm::GraphTraits< IrreducibleGraph >::child_begin ( NodeType N)
inlinestatic
static ChildIteratorType llvm::GraphTraits< IrreducibleGraph >::child_end ( NodeType N)
inlinestatic
static const NodeType* llvm::GraphTraits< IrreducibleGraph >::getEntryNode ( const GraphT G)
inlinestatic

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