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

#include "llvm/Transforms/IPO/ProfiledCallGraph.h"

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

Public Types

using NodeType = ProfiledCallGraphNode
 
using NodeRef = ProfiledCallGraphNode *
 
using EdgeType = NodeType::edge
 
using ChildIteratorType = NodeType::const_iterator
 

Static Public Member Functions

static NodeRef getEntryNode (NodeRef PCGN)
 
static ChildIteratorType child_begin (NodeRef N)
 
static ChildIteratorType child_end (NodeRef N)
 

Detailed Description

Definition at line 217 of file ProfiledCallGraph.h.

Member Typedef Documentation

◆ ChildIteratorType

Definition at line 221 of file ProfiledCallGraph.h.

◆ EdgeType

Definition at line 220 of file ProfiledCallGraph.h.

◆ NodeRef

Definition at line 219 of file ProfiledCallGraph.h.

◆ NodeType

Definition at line 218 of file ProfiledCallGraph.h.

Member Function Documentation

◆ child_begin()

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

Definition at line 224 of file ProfiledCallGraph.h.

References N.

◆ child_end()

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

Definition at line 225 of file ProfiledCallGraph.h.

References N.

◆ getEntryNode()

static NodeRef llvm::GraphTraits< ProfiledCallGraphNode * >::getEntryNode ( NodeRef  PCGN)
inlinestatic

Definition at line 223 of file ProfiledCallGraph.h.


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