LLVM API Documentation

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

Public Types

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

Static Public Member Functions

static NodeTypegetEntryNode (NodeType *A)
 
static ChildIteratorType child_begin (NodeType *N)
 
static ChildIteratorType child_end (NodeType *N)
 

Detailed Description

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

Definition at line 382 of file FunctionAttrs.cpp.

Member Typedef Documentation

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

Definition at line 384 of file FunctionAttrs.cpp.

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

Definition at line 383 of file FunctionAttrs.cpp.

Member Function Documentation

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

Definition at line 387 of file FunctionAttrs.cpp.

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

Definition at line 390 of file FunctionAttrs.cpp.

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

Definition at line 386 of file FunctionAttrs.cpp.

References llvm::ARM_PROC::A.


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