LLVM 24.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 416 of file CallGraph.h.

Member Typedef Documentation

◆ CGNPairTy

Definition at line 418 of file CallGraph.h.

◆ ChildEdgeIteratorType

Definition at line 426 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:402

Definition at line 424 of file CallGraph.h.

◆ EdgeRef

Definition at line 419 of file CallGraph.h.

◆ NodeRef

Definition at line 417 of file CallGraph.h.

Member Function Documentation

◆ CGNGetValue()

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

Definition at line 422 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 428 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 436 of file CallGraph.h.

References N.

◆ child_edge_end()

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

Definition at line 439 of file CallGraph.h.

References N.

◆ child_end()

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

Definition at line 432 of file CallGraph.h.

References CGNGetValue(), and N.

◆ edge_dest()

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

Definition at line 441 of file CallGraph.h.

References E().

◆ getEntryNode()

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

Definition at line 421 of file CallGraph.h.


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