LLVM API Documentation

llvm::GraphTraits< BasicBlock * > Struct Template Reference

#include <CFG.h>

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

Inheritance graph
[legend]
List of all members.

Public Types

typedef BasicBlock NodeType
typedef succ_iterator ChildIteratorType

Static Public Member Functions

static NodeTypegetEntryNode (BasicBlock *BB)
static ChildIteratorType child_begin (NodeType *N)
static ChildIteratorType child_end (NodeType *N)

Detailed Description

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

Definition at line 159 of file CFG.h.


Member Typedef Documentation

typedef succ_iterator llvm::GraphTraits< BasicBlock * >::ChildIteratorType

Definition at line 161 of file CFG.h.

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

Definition at line 160 of file CFG.h.


Member Function Documentation

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

Definition at line 164 of file CFG.h.

References llvm::succ_begin().

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

Definition at line 167 of file CFG.h.

References llvm::succ_end().

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

Definition at line 163 of file CFG.h.

References BB.


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