LLVM API Documentation

Static Public Member Functions
llvm::GraphTraits< ArgumentGraph * > Struct Template Reference
Inheritance diagram for llvm::GraphTraits< ArgumentGraph * >:
Inheritance graph
[legend]
Collaboration diagram for llvm::GraphTraits< ArgumentGraph * >:
Collaboration graph
[legend]

List of all members.

Static Public Member Functions

static NodeTypegetEntryNode (ArgumentGraph *AG)
static ChildIteratorType nodes_begin (ArgumentGraph *AG)
static ChildIteratorType nodes_end (ArgumentGraph *AG)

Detailed Description

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

Definition at line 398 of file FunctionAttrs.cpp.


Member Function Documentation

static NodeType* llvm::GraphTraits< ArgumentGraph * >::getEntryNode ( ArgumentGraph *  AG) [inline, static]

Definition at line 400 of file FunctionAttrs.cpp.

static ChildIteratorType llvm::GraphTraits< ArgumentGraph * >::nodes_begin ( ArgumentGraph *  AG) [inline, static]

Definition at line 403 of file FunctionAttrs.cpp.

static ChildIteratorType llvm::GraphTraits< ArgumentGraph * >::nodes_end ( ArgumentGraph *  AG) [inline, static]

Definition at line 406 of file FunctionAttrs.cpp.


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