LLVM API Documentation

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)

Detailed Description

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

Definition at line 235 of file CFG.h.


Member Typedef Documentation

typedef Function::const_iterator llvm::GraphTraits< const Function * >::nodes_iterator

Definition at line 240 of file CFG.h.


Member Function Documentation

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

Definition at line 237 of file CFG.h.

References F.

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

Definition at line 241 of file CFG.h.

References F.

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

Definition at line 242 of file CFG.h.

References F.


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