LLVM  4.0.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::IrrNodeNodeRef
 
typedef GraphT::IrrNode::iterator ChildIteratorType
 

Static Public Member Functions

static NodeRef getEntryNode (const GraphT &G)
 
static ChildIteratorType child_begin (NodeRef N)
 
static ChildIteratorType child_end (NodeRef N)
 

Detailed Description

template<>
struct llvm::GraphTraits< IrreducibleGraph >

Definition at line 628 of file BlockFrequencyInfoImpl.cpp.

Member Typedef Documentation

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

Definition at line 632 of file BlockFrequencyInfoImpl.cpp.

Definition at line 629 of file BlockFrequencyInfoImpl.cpp.

Definition at line 631 of file BlockFrequencyInfoImpl.cpp.

Member Function Documentation

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

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