LLVM API Documentation

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)

Detailed Description

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

Definition at line 227 of file CFG.h.


Member Typedef Documentation

typedef Function::iterator llvm::GraphTraits< Function * >::nodes_iterator

Definition at line 231 of file CFG.h.


Member Function Documentation

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

Definition at line 228 of file CFG.h.

References F.

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

Definition at line 232 of file CFG.h.

References F.

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

Definition at line 233 of file CFG.h.

References F.


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