LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 * >:
Inheritance graph
[legend]

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 256 of file Support/CFG.h.

Member Typedef Documentation

Definition at line 258 of file Support/CFG.h.

Definition at line 257 of file Support/CFG.h.

Member Function Documentation

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

Definition at line 261 of file Support/CFG.h.

References llvm::succ_begin().

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

Definition at line 264 of file Support/CFG.h.

References llvm::succ_end().

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

Definition at line 260 of file Support/CFG.h.


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