LLVM 19.0.0git
Classes | Public Types | Public Member Functions | Public Attributes | List of all members
llvm::sampleprof::ProfiledCallGraphNode Struct Reference

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

Classes

struct  ProfiledCallGraphEdgeComparer
 

Public Types

using edge = ProfiledCallGraphEdge
 
using edges = std::set< edge, ProfiledCallGraphEdgeComparer >
 
using iterator = edges::iterator
 
using const_iterator = edges::const_iterator
 

Public Member Functions

 ProfiledCallGraphNode (FunctionId FName=FunctionId())
 

Public Attributes

FunctionId Name
 
edges Edges
 

Detailed Description

Definition at line 37 of file ProfiledCallGraph.h.

Member Typedef Documentation

◆ const_iterator

Definition at line 52 of file ProfiledCallGraph.h.

◆ edge

Definition at line 49 of file ProfiledCallGraph.h.

◆ edges

Definition at line 50 of file ProfiledCallGraph.h.

◆ iterator

Definition at line 51 of file ProfiledCallGraph.h.

Constructor & Destructor Documentation

◆ ProfiledCallGraphNode()

llvm::sampleprof::ProfiledCallGraphNode::ProfiledCallGraphNode ( FunctionId  FName = FunctionId())
inline

Definition at line 54 of file ProfiledCallGraph.h.

Member Data Documentation

◆ Edges

edges llvm::sampleprof::ProfiledCallGraphNode::Edges

◆ Name

FunctionId llvm::sampleprof::ProfiledCallGraphNode::Name

Definition at line 57 of file ProfiledCallGraph.h.


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