LLVM API Documentation

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

#include <CFG.h>

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

Inheritance graph
[legend]
List of all members.

Public Types

typedef const BasicBlock NodeType
typedef succ_const_iterator ChildIteratorType

Static Public Member Functions

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

Detailed Description

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

Definition at line 172 of file CFG.h.


Member Typedef Documentation

typedef succ_const_iterator llvm::GraphTraits< const BasicBlock * >::ChildIteratorType

Definition at line 174 of file CFG.h.

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

Definition at line 173 of file CFG.h.


Member Function Documentation

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

Definition at line 178 of file CFG.h.

References llvm::succ_begin().

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

Definition at line 181 of file CFG.h.

References llvm::succ_end().

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

Definition at line 176 of file CFG.h.

References BB.


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