LLVM 22.0.0git
llvm::GraphTraits< ArgumentGraphNode * > Struct Reference
Inheritance diagram for llvm::GraphTraits< ArgumentGraphNode * >:
[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 837 of file FunctionAttrs.cpp.

Member Typedef Documentation

◆ ChildIteratorType

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

Definition at line 839 of file FunctionAttrs.cpp.

◆ NodeRef

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

Definition at line 838 of file FunctionAttrs.cpp.

Member Function Documentation

◆ child_begin()

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

Definition at line 842 of file FunctionAttrs.cpp.

References N.

◆ child_end()

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

Definition at line 843 of file FunctionAttrs.cpp.

References N.

◆ getEntryNode()

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

Definition at line 841 of file FunctionAttrs.cpp.

References A().


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