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< Function * > Struct Template Reference

#include <CFG.h>

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

Public Types

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

Static Public Member Functions

static NodeTypegetEntryNode (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 NodeTypegetEntryNode (BasicBlock *BB)
 
static ChildIteratorType child_begin (NodeType *N)
 
static ChildIteratorType child_end (NodeType *N)
 

Detailed Description

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

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

Member Typedef Documentation

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

Member Function Documentation

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

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

References llvm::Function::getEntryBlock().

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

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

References llvm::Function::begin().

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

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

References llvm::Function::end().

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

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

References llvm::Function::size().


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