LLVM 20.0.0git
|
#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 |
Definition at line 37 of file ProfiledCallGraph.h.
using llvm::sampleprof::ProfiledCallGraphNode::const_iterator = edges::const_iterator |
Definition at line 52 of file ProfiledCallGraph.h.
Definition at line 49 of file ProfiledCallGraph.h.
using llvm::sampleprof::ProfiledCallGraphNode::edges = std::set<edge, ProfiledCallGraphEdgeComparer> |
Definition at line 50 of file ProfiledCallGraph.h.
using llvm::sampleprof::ProfiledCallGraphNode::iterator = edges::iterator |
Definition at line 51 of file ProfiledCallGraph.h.
|
inline |
Definition at line 54 of file ProfiledCallGraph.h.
edges llvm::sampleprof::ProfiledCallGraphNode::Edges |
Definition at line 58 of file ProfiledCallGraph.h.
Referenced by llvm::sampleprof::ProfiledCallGraph::addProfiledFunction(), llvm::sampleprof::ProfiledCallGraph::begin(), and llvm::sampleprof::ProfiledCallGraph::end().
FunctionId llvm::sampleprof::ProfiledCallGraphNode::Name |
Definition at line 57 of file ProfiledCallGraph.h.