LLVM API Documentation

Public Types | Static Public Member Functions
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]

List of all members.

Public Types

typedef Function::iterator nodes_iterator

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)

Detailed Description

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

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


Member Typedef Documentation

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


Member Function Documentation

static NodeType* llvm::GraphTraits< Function * >::getEntryNode ( Function F) [inline, static]

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

References llvm::Function::getEntryBlock().

static nodes_iterator llvm::GraphTraits< Function * >::nodes_begin ( Function F) [inline, static]

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

References llvm::Function::begin().

static nodes_iterator llvm::GraphTraits< Function * >::nodes_end ( Function F) [inline, static]

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

References llvm::Function::end().

static size_t llvm::GraphTraits< Function * >::size ( Function F) [inline, static]

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

References llvm::Function::size().


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