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

Public Types

typedef ArgumentGraphNode * NodeRef
 
typedef SmallVectorImpl
< ArgumentGraphNode * >
::iterator 
ChildIteratorType
 

Static Public Member Functions

static NodeRef getEntryNode (NodeRef A)
 
static ChildIteratorType child_begin (NodeRef N)
 
static ChildIteratorType child_end (NodeRef N)
 

Detailed Description

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

Definition at line 334 of file FunctionAttrs.cpp.

Member Typedef Documentation

typedef SmallVectorImpl<ArgumentGraphNode *>::iterator llvm::GraphTraits< ArgumentGraphNode * >::ChildIteratorType

Definition at line 336 of file FunctionAttrs.cpp.

typedef ArgumentGraphNode* llvm::GraphTraits< ArgumentGraphNode * >::NodeRef

Definition at line 335 of file FunctionAttrs.cpp.

Member Function Documentation

static ChildIteratorType llvm::GraphTraits< ArgumentGraphNode * >::child_begin ( NodeRef  N)
inlinestatic

Definition at line 339 of file FunctionAttrs.cpp.

static ChildIteratorType llvm::GraphTraits< ArgumentGraphNode * >::child_end ( NodeRef  N)
inlinestatic

Definition at line 340 of file FunctionAttrs.cpp.

static NodeRef llvm::GraphTraits< ArgumentGraphNode * >::getEntryNode ( NodeRef  A)
inlinestatic

Definition at line 338 of file FunctionAttrs.cpp.

References A.


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