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

#include "llvm/Analysis/CallGraph.h"

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

Public Types

using NodeRef = CallGraphNode *
using CGNPairTy = CallGraphNode::CallRecord
using ChildIteratorType

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

Member Typedef Documentation

◆ CGNPairTy

Definition at line 418 of file CallGraph.h.

◆ ChildIteratorType

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

Definition at line 423 of file CallGraph.h.

◆ NodeRef

Definition at line 417 of file CallGraph.h.

Member Function Documentation

◆ CGNGetValue()

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

Definition at line 421 of file CallGraph.h.

References P.

Referenced by child_begin(), and child_end().

◆ child_begin()

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

Definition at line 426 of file CallGraph.h.

References CGNGetValue(), and N.

◆ child_end()

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

Definition at line 430 of file CallGraph.h.

References CGNGetValue(), and N.

◆ getEntryNode()

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

Definition at line 420 of file CallGraph.h.


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