Home
last modified time | relevance | path

Searched refs:ProfiledCallGraphNode (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h22 struct ProfiledCallGraphNode;
25 ProfiledCallGraphEdge(ProfiledCallGraphNode *Source, in ProfiledCallGraphEdge()
26 ProfiledCallGraphNode *Target, uint64_t Weight) in ProfiledCallGraphEdge()
28 ProfiledCallGraphNode *Source;
29 ProfiledCallGraphNode *Target;
34 operator ProfiledCallGraphNode *() const { return Target; }
37 struct ProfiledCallGraphNode { struct
54 ProfiledCallGraphNode(FunctionId FName = FunctionId()) : Name(FName) in Name() argument
63 using iterator = ProfiledCallGraphNode::iterator; argument
135 ProfiledCallGraphNode *getEntryNode() { return &Root; } in getEntryNode()
[all …]