LLVM 22.0.0git
llvm::GraphTraits< AttributorCallGraph * > Struct Reference

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

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

Public Types

using nodes_iterator = AACallEdgeIterator
using NodeRef
Public Types inherited from llvm::GraphTraits< AACallGraphNode * >
using NodeRef = AACallGraphNode *
using ChildIteratorType = AACallEdgeIterator

Static Public Member Functions

static AACallGraphNodegetEntryNode (AttributorCallGraph *G)
static AACallEdgeIterator nodes_begin (const AttributorCallGraph *G)
static AACallEdgeIterator nodes_end (const AttributorCallGraph *G)
Static Public Member Functions inherited from llvm::GraphTraits< AACallGraphNode * >
static AACallEdgeIterator child_begin (AACallGraphNode *Node)
static AACallEdgeIterator child_end (AACallGraphNode *Node)

Detailed Description

Definition at line 5626 of file Attributor.h.

Member Typedef Documentation

◆ NodeRef

Definition at line 95 of file GraphTraits.h.

◆ nodes_iterator

Definition at line 5628 of file Attributor.h.

Member Function Documentation

◆ getEntryNode()

Definition at line 5630 of file Attributor.h.

References G.

◆ nodes_begin()

Definition at line 5634 of file Attributor.h.

References G.

◆ nodes_end()

Definition at line 5638 of file Attributor.h.

References G.


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