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

Public Types

using NodeRef = ArgumentGraphNode *
 
using ChildIteratorType = SmallVectorImpl< ArgumentGraphNode * >::iterator
 

Static Public Member Functions

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

Detailed Description

Definition at line 587 of file FunctionAttrs.cpp.

Member Typedef Documentation

◆ ChildIteratorType

using llvm::GraphTraits< ArgumentGraphNode * >::ChildIteratorType = SmallVectorImpl<ArgumentGraphNode *>::iterator

Definition at line 589 of file FunctionAttrs.cpp.

◆ NodeRef

using llvm::GraphTraits< ArgumentGraphNode * >::NodeRef = ArgumentGraphNode *

Definition at line 588 of file FunctionAttrs.cpp.

Member Function Documentation

◆ child_begin()

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

Definition at line 592 of file FunctionAttrs.cpp.

References N.

◆ child_end()

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

Definition at line 593 of file FunctionAttrs.cpp.

References N.

◆ getEntryNode()

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

Definition at line 591 of file FunctionAttrs.cpp.

References A.


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