LLVM 22.0.0git
llvm::GraphTraits< const CallGraphNode * > Struct Reference

#include "llvm/Analysis/CallGraph.h"

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

Public Types

using NodeRef = const CallGraphNode *
using CGNPairTy = CallGraphNode::CallRecord
using EdgeRef = const CallGraphNode::CallRecord &
using ChildIteratorType
using ChildEdgeIteratorType = CallGraphNode::const_iterator

Static Public Member Functions

static NodeRef getEntryNode (const CallGraphNode *CGN)
static const CallGraphNodeCGNGetValue (CGNPairTy P)
static ChildIteratorType child_begin (NodeRef N)
static ChildIteratorType child_end (NodeRef N)
static ChildEdgeIteratorType child_edge_begin (NodeRef N)
static ChildEdgeIteratorType child_edge_end (NodeRef N)
static NodeRef edge_dest (EdgeRef E)

Detailed Description

Definition at line 435 of file CallGraph.h.

Member Typedef Documentation

◆ CGNPairTy

Definition at line 437 of file CallGraph.h.

◆ ChildEdgeIteratorType

Definition at line 445 of file CallGraph.h.

◆ ChildIteratorType

using llvm::GraphTraits< const CallGraphNode * >::ChildIteratorType
Initial value:
std::vector< CallRecord >::const_iterator const_iterator
Definition CallGraph.h:190
static CallGraphNode * CGNGetValue(CGNPairTy P)
Definition CallGraph.h:421

Definition at line 443 of file CallGraph.h.

◆ EdgeRef

Definition at line 438 of file CallGraph.h.

◆ NodeRef

Definition at line 436 of file CallGraph.h.

Member Function Documentation

◆ CGNGetValue()

const CallGraphNode * llvm::GraphTraits< const CallGraphNode * >::CGNGetValue ( CGNPairTy P)
inlinestatic

Definition at line 441 of file CallGraph.h.

References P.

Referenced by child_begin(), and child_end().

◆ child_begin()

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

Definition at line 447 of file CallGraph.h.

References CGNGetValue(), and N.

◆ child_edge_begin()

ChildEdgeIteratorType llvm::GraphTraits< const CallGraphNode * >::child_edge_begin ( NodeRef N)
inlinestatic

Definition at line 455 of file CallGraph.h.

References N.

◆ child_edge_end()

ChildEdgeIteratorType llvm::GraphTraits< const CallGraphNode * >::child_edge_end ( NodeRef N)
inlinestatic

Definition at line 458 of file CallGraph.h.

References N.

◆ child_end()

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

Definition at line 451 of file CallGraph.h.

References CGNGetValue(), and N.

◆ edge_dest()

NodeRef llvm::GraphTraits< const CallGraphNode * >::edge_dest ( EdgeRef E)
inlinestatic

Definition at line 460 of file CallGraph.h.

References E().

◆ getEntryNode()

NodeRef llvm::GraphTraits< const CallGraphNode * >::getEntryNode ( const CallGraphNode * CGN)
inlinestatic

Definition at line 440 of file CallGraph.h.


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