LLVM 22.0.0git
llvm::GraphTraits< ArgumentGraph * > Struct Reference
Inheritance diagram for llvm::GraphTraits< ArgumentGraph * >:
[legend]

Public Types

using NodeRef
Public Types inherited from llvm::GraphTraits< ArgumentGraphNode * >
using NodeRef = ArgumentGraphNode *
using ChildIteratorType = SmallVectorImpl<ArgumentGraphNode *>::iterator

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)

Detailed Description

Definition at line 847 of file FunctionAttrs.cpp.

Member Typedef Documentation

◆ NodeRef

using llvm::GraphTraits< ArgumentGraph * >::NodeRef

Definition at line 95 of file GraphTraits.h.

Member Function Documentation

◆ getEntryNode()

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

Definition at line 848 of file FunctionAttrs.cpp.

◆ nodes_begin()

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

Definition at line 850 of file FunctionAttrs.cpp.

◆ nodes_end()

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

Definition at line 854 of file FunctionAttrs.cpp.


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