LLVM  8.0.1
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 NodeRef getEntryNode (ArgumentGraph *AG)
 
static ChildIteratorType nodes_begin (ArgumentGraph *AG)
 
static ChildIteratorType nodes_end (ArgumentGraph *AG)
 

Additional Inherited Members

- Public Types inherited from llvm::GraphTraits< ArgumentGraphNode *>
using NodeRef = typename ArgumentGraphNode *::UnknownGraphTypeError
 

Detailed Description

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

Definition at line 426 of file FunctionAttrs.cpp.

Member Function Documentation

◆ getEntryNode()

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

Definition at line 427 of file FunctionAttrs.cpp.

◆ nodes_begin()

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

Definition at line 429 of file FunctionAttrs.cpp.

◆ nodes_end()

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

Definition at line 433 of file FunctionAttrs.cpp.


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