LLVM 19.0.0git
Public Types | Static Public Member Functions | List of all members
llvm::GraphTraits< AACallGraphNode * > Struct Reference

#include "llvm/Transforms/IPO/Attributor.h"

Inheritance diagram for llvm::GraphTraits< AACallGraphNode * >:
Inheritance graph
[legend]

Public Types

using NodeRef = AACallGraphNode *
 
using ChildIteratorType = AACallEdgeIterator
 

Static Public Member Functions

static AACallEdgeIterator child_begin (AACallGraphNode *Node)
 
static AACallEdgeIterator child_end (AACallGraphNode *Node)
 

Detailed Description

Definition at line 5557 of file Attributor.h.

Member Typedef Documentation

◆ ChildIteratorType

using llvm::GraphTraits< AACallGraphNode * >::ChildIteratorType = AACallEdgeIterator

Definition at line 5559 of file Attributor.h.

◆ NodeRef

Definition at line 5558 of file Attributor.h.

Member Function Documentation

◆ child_begin()

static AACallEdgeIterator llvm::GraphTraits< AACallGraphNode * >::child_begin ( AACallGraphNode Node)
inlinestatic

Definition at line 5561 of file Attributor.h.

◆ child_end()

static AACallEdgeIterator llvm::GraphTraits< AACallGraphNode * >::child_end ( AACallGraphNode Node)
inlinestatic

Definition at line 5565 of file Attributor.h.


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