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

#include <CFG.h>

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

Public Types

typedef BasicBlockNodeRef
 
typedef succ_iterator ChildIteratorType
 

Static Public Member Functions

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

Detailed Description

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

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

Member Typedef Documentation

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

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

Member Function Documentation

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

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

References llvm::succ_begin().

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

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

References llvm::succ_end().

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

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


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