LLVM 18.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 (StringRef FName=StringRef())
 

Public Attributes

StringRef Name
 
edges Edges
 

Detailed Description

Definition at line 39 of file ProfiledCallGraph.h.

Member Typedef Documentation

◆ const_iterator

Definition at line 54 of file ProfiledCallGraph.h.

◆ edge

Definition at line 51 of file ProfiledCallGraph.h.

◆ edges

Definition at line 52 of file ProfiledCallGraph.h.

◆ iterator

Definition at line 53 of file ProfiledCallGraph.h.

Constructor & Destructor Documentation

◆ ProfiledCallGraphNode()

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

Definition at line 56 of file ProfiledCallGraph.h.

Member Data Documentation

◆ Edges

edges llvm::sampleprof::ProfiledCallGraphNode::Edges

◆ Name

StringRef llvm::sampleprof::ProfiledCallGraphNode::Name

Definition at line 58 of file ProfiledCallGraph.h.


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