LLVM  8.0.1
Public Types | Static Public Member Functions | List of all members
llvm::GraphTraits< ArgumentGraphNode * > Struct Template Reference

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

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

Definition at line 416 of file FunctionAttrs.cpp.

Member Typedef Documentation

◆ ChildIteratorType

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

Definition at line 418 of file FunctionAttrs.cpp.

◆ NodeRef

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

Definition at line 417 of file FunctionAttrs.cpp.

Member Function Documentation

◆ child_begin()

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

Definition at line 421 of file FunctionAttrs.cpp.

◆ child_end()

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

Definition at line 422 of file FunctionAttrs.cpp.

◆ getEntryNode()

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

Definition at line 420 of file FunctionAttrs.cpp.

References A.


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