LLVM API Documentation

llvm::GraphTraits< Inverse< const BasicBlock * > > Struct Template Reference

#include <CFG.h>

Inheritance diagram for llvm::GraphTraits< Inverse< const BasicBlock * > >:

Inheritance graph
[legend]
List of all members.

Public Types

typedef const BasicBlock NodeType
typedef pred_const_iterator ChildIteratorType

Static Public Member Functions

static NodeTypegetEntryNode (Inverse< const BasicBlock * > G)
static ChildIteratorType child_begin (NodeType *N)
static ChildIteratorType child_end (NodeType *N)

Detailed Description

template<>
struct llvm::GraphTraits< Inverse< const BasicBlock * > >

Definition at line 203 of file CFG.h.


Member Typedef Documentation

typedef pred_const_iterator llvm::GraphTraits< Inverse< const BasicBlock * > >::ChildIteratorType

Definition at line 205 of file CFG.h.

typedef const BasicBlock llvm::GraphTraits< Inverse< const BasicBlock * > >::NodeType

Definition at line 204 of file CFG.h.


Member Function Documentation

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

Definition at line 209 of file CFG.h.

References llvm::pred_begin().

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

Definition at line 212 of file CFG.h.

References llvm::pred_end().

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

Definition at line 206 of file CFG.h.

References G.


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