LLVM  4.0.0
Public Types | Static Public Member Functions | List of all members
llvm::GraphTraits< const BasicBlock * > Struct Template Reference

#include <CFG.h>

Inheritance diagram for llvm::GraphTraits< const BasicBlock * >:
[legend]

Public Types

typedef const BasicBlockNodeRef
 
typedef succ_const_iterator ChildIteratorType
 

Static Public Member Functions

static NodeRef getEntryNode (const BasicBlock *BB)
 
static ChildIteratorType child_begin (NodeRef N)
 
static ChildIteratorType child_end (NodeRef N)
 

Detailed Description

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

Definition at line 171 of file IR/CFG.h.

Member Typedef Documentation

Definition at line 173 of file IR/CFG.h.

Definition at line 172 of file IR/CFG.h.

Member Function Documentation

static ChildIteratorType llvm::GraphTraits< const BasicBlock * >::child_begin ( NodeRef  N)
inlinestatic

Definition at line 177 of file IR/CFG.h.

References llvm::succ_begin().

static ChildIteratorType llvm::GraphTraits< const BasicBlock * >::child_end ( NodeRef  N)
inlinestatic

Definition at line 178 of file IR/CFG.h.

References llvm::succ_end().

static NodeRef llvm::GraphTraits< const BasicBlock * >::getEntryNode ( const BasicBlock BB)
inlinestatic

Definition at line 175 of file IR/CFG.h.


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