LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

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 208 of file CFG.h.


Member Typedef Documentation

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

Definition at line 210 of file CFG.h.

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

Definition at line 209 of file CFG.h.


Member Function Documentation

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

Definition at line 214 of file CFG.h.

References llvm::pred_begin().

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

Definition at line 217 of file CFG.h.

References llvm::pred_end().

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

Reimplemented in llvm::GraphTraits< Inverse< const Function * > >.

Definition at line 211 of file CFG.h.

References llvm::Inverse< GraphType >::Graph.


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