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

#include <CFG.h>

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

Public Types

typedef pointer_iterator
< Function::iterator
nodes_iterator
 
- Public Types inherited from llvm::GraphTraits< BasicBlock * >
typedef BasicBlockNodeRef
 
typedef succ_iterator ChildIteratorType
 

Static Public Member Functions

static NodeRef getEntryNode (Function *F)
 
static nodes_iterator nodes_begin (Function *F)
 
static nodes_iterator nodes_end (Function *F)
 
static size_t size (Function *F)
 
- Static Public Member Functions inherited from llvm::GraphTraits< BasicBlock * >
static NodeRef getEntryNode (BasicBlock *BB)
 
static ChildIteratorType child_begin (NodeRef N)
 
static ChildIteratorType child_end (NodeRef N)
 

Detailed Description

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

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

Member Typedef Documentation

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

Member Function Documentation

static NodeRef llvm::GraphTraits< Function * >::getEntryNode ( Function F)
inlinestatic

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

References llvm::Function::getEntryBlock().

static nodes_iterator llvm::GraphTraits< Function * >::nodes_begin ( Function F)
inlinestatic

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

References llvm::Function::begin().

static nodes_iterator llvm::GraphTraits< Function * >::nodes_end ( Function F)
inlinestatic

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

References llvm::Function::end().

static size_t llvm::GraphTraits< Function * >::size ( Function F)
inlinestatic

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

References llvm::Function::size().


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