LLVM API Documentation

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

#include <CFG.h>

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

Inheritance graph
[legend]
List of all members.

Public Types

typedef BasicBlock NodeType
typedef pred_iterator ChildIteratorType

Static Public Member Functions

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

Detailed Description

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

Definition at line 191 of file CFG.h.


Member Typedef Documentation

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

Definition at line 192 of file CFG.h.

typedef pred_iterator llvm::GraphTraits< Inverse< BasicBlock * > >::ChildIteratorType

Definition at line 193 of file CFG.h.


Member Function Documentation

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

Definition at line 194 of file CFG.h.

References G.

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

Definition at line 195 of file CFG.h.

References llvm::pred_begin().

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

Definition at line 198 of file CFG.h.

References llvm::pred_end().


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