LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Member Functions | List of all members
llvm::GraphTraits< ArgumentGraph * > Struct Template Reference
Inheritance diagram for llvm::GraphTraits< ArgumentGraph * >:
Inheritance graph
[legend]
Collaboration diagram for llvm::GraphTraits< ArgumentGraph * >:
Collaboration graph
[legend]

Static Public Member Functions

static NodeTypegetEntryNode (ArgumentGraph *AG)
 
static ChildIteratorType nodes_begin (ArgumentGraph *AG)
 
static ChildIteratorType nodes_end (ArgumentGraph *AG)
 
- Static Public Member Functions inherited from llvm::GraphTraits< ArgumentGraphNode * >
static NodeTypegetEntryNode (NodeType *A)
 
static ChildIteratorType child_begin (NodeType *N)
 
static ChildIteratorType child_end (NodeType *N)
 

Additional Inherited Members

- Public Types inherited from llvm::GraphTraits< ArgumentGraphNode * >
typedef ArgumentGraphNode NodeType
 
typedef SmallVectorImpl
< ArgumentGraphNode * >
::iterator 
ChildIteratorType
 

Detailed Description

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

Definition at line 394 of file FunctionAttrs.cpp.

Member Function Documentation

static NodeType* llvm::GraphTraits< ArgumentGraph * >::getEntryNode ( ArgumentGraph *  AG)
inlinestatic

Definition at line 396 of file FunctionAttrs.cpp.

static ChildIteratorType llvm::GraphTraits< ArgumentGraph * >::nodes_begin ( ArgumentGraph *  AG)
inlinestatic

Definition at line 399 of file FunctionAttrs.cpp.

static ChildIteratorType llvm::GraphTraits< ArgumentGraph * >::nodes_end ( ArgumentGraph *  AG)
inlinestatic

Definition at line 402 of file FunctionAttrs.cpp.


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