LLVM API Documentation

Public Types | Static Public Member Functions
llvm::GraphTraits< const Function * > Struct Template Reference

#include <CFG.h>

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

List of all members.

Public Types

typedef Function::const_iterator nodes_iterator

Static Public Member Functions

static NodeTypegetEntryNode (const Function *F)
static nodes_iterator nodes_begin (const Function *F)
static nodes_iterator nodes_end (const Function *F)
static size_t size (const Function *F)

Detailed Description

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

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


Member Typedef Documentation

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


Member Function Documentation

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

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

References llvm::Function::getEntryBlock().

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

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

References llvm::Function::begin().

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

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

References llvm::Function::end().

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

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

References llvm::Function::size().


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