Searched refs:ProfiledCallGraphNode (Results 1 – 1 of 1) sorted by relevance
24 struct ProfiledCallGraphNode;27 ProfiledCallGraphEdge(ProfiledCallGraphNode *Source, in ProfiledCallGraphEdge()30 ProfiledCallGraphNode *Source;31 ProfiledCallGraphNode *Target;39 struct ProfiledCallGraphNode { struct64 using iterator = ProfiledCallGraphNode::iterator; argument178 ProfiledCallGraphNode Root;179 StringMap<ProfiledCallGraphNode> ProfiledFunctions;185 using NodeType = ProfiledCallGraphNode;186 using NodeRef = ProfiledCallGraphNode *;[all …]