LLVM  4.0.0
Static Public Member Functions | List of all members
llvm::GraphTraits< ArgumentGraph * > Struct Template Reference
Inheritance diagram for llvm::GraphTraits< ArgumentGraph * >:
[legend]
Collaboration diagram for llvm::GraphTraits< ArgumentGraph * >:
[legend]

Static Public Member Functions

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

Additional Inherited Members

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

Detailed Description

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

Definition at line 343 of file FunctionAttrs.cpp.

Member Function Documentation

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

Definition at line 344 of file FunctionAttrs.cpp.

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

Definition at line 345 of file FunctionAttrs.cpp.

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

Definition at line 348 of file FunctionAttrs.cpp.


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