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

#include "llvm/Analysis/CallGraph.h"

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

Public Types

using NodeRef = const CallGraphNode *
 
using CGNPairTy = CallGraphNode::CallRecord
 
using EdgeRef = const CallGraphNode::CallRecord &
 
using ChildIteratorType = mapped_iterator< CallGraphNode::const_iterator, decltype(&CGNGetValue)>
 
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 451 of file CallGraph.h.

Member Typedef Documentation

◆ CGNPairTy

Definition at line 453 of file CallGraph.h.

◆ ChildEdgeIteratorType

Definition at line 461 of file CallGraph.h.

◆ ChildIteratorType

Definition at line 459 of file CallGraph.h.

◆ EdgeRef

Definition at line 454 of file CallGraph.h.

◆ NodeRef

Definition at line 452 of file CallGraph.h.

Member Function Documentation

◆ CGNGetValue()

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

Definition at line 457 of file CallGraph.h.

References P.

◆ child_begin()

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

Definition at line 463 of file CallGraph.h.

References N.

◆ child_edge_begin()

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

Definition at line 471 of file CallGraph.h.

References N.

◆ child_edge_end()

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

Definition at line 474 of file CallGraph.h.

References N.

◆ child_end()

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

Definition at line 467 of file CallGraph.h.

References N.

◆ edge_dest()

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

Definition at line 476 of file CallGraph.h.

References E.

◆ getEntryNode()

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

Definition at line 456 of file CallGraph.h.


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