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

#include "llvm/Analysis/CallGraph.h"

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

Public Types

using NodeRef = CallGraphNode *
 
using CGNPairTy = CallGraphNode::CallRecord
 
using ChildIteratorType = mapped_iterator< CallGraphNode::iterator, decltype(&CGNGetValue)>
 

Static Public Member Functions

static NodeRef getEntryNode (CallGraphNode *CGN)
 
static CallGraphNodeCGNGetValue (CGNPairTy P)
 
static ChildIteratorType child_begin (NodeRef N)
 
static ChildIteratorType child_end (NodeRef N)
 

Detailed Description

Definition at line 432 of file CallGraph.h.

Member Typedef Documentation

◆ CGNPairTy

Definition at line 434 of file CallGraph.h.

◆ ChildIteratorType

Definition at line 439 of file CallGraph.h.

◆ NodeRef

Definition at line 433 of file CallGraph.h.

Member Function Documentation

◆ CGNGetValue()

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

Definition at line 437 of file CallGraph.h.

References P.

◆ child_begin()

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

Definition at line 442 of file CallGraph.h.

References N.

◆ child_end()

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

Definition at line 446 of file CallGraph.h.

References N.

◆ getEntryNode()

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

Definition at line 436 of file CallGraph.h.


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