Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h24 struct ProfiledCallGraphNode;
27 ProfiledCallGraphEdge(ProfiledCallGraphNode *Source, in ProfiledCallGraphEdge()
30 ProfiledCallGraphNode *Source;
31 ProfiledCallGraphNode *Target;
39 struct ProfiledCallGraphNode { struct
64 using iterator = ProfiledCallGraphNode::iterator; argument
178 ProfiledCallGraphNode Root;
179 StringMap<ProfiledCallGraphNode> ProfiledFunctions;
185 using NodeType = ProfiledCallGraphNode;
186 using NodeRef = ProfiledCallGraphNode *;
[all …]