LLVM: llvm::GraphTraits< AACallGraphNode * > Struct Reference (original) (raw)

#include "[llvm/Transforms/IPO/Attributor.h](Attributor%5F8h%5Fsource.html)"

Inheritance diagram for llvm::GraphTraits< AACallGraphNode * >:

[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 5625 of file Attributor.h.

Member Typedef Documentation

ChildIteratorType

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

Definition at line 5627 of file Attributor.h.

NodeRef

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

Definition at line 5626 of file Attributor.h.

Member Function Documentation

child_begin()

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

Definition at line 5629 of file Attributor.h.

child_end()

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

Definition at line 5633 of file Attributor.h.


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