Searched refs:ProfiledCallGraphNode (Results 1 – 2 of 2) sorted by relevance
27 struct ProfiledCallGraphNode { struct32 bool operator()(const ProfiledCallGraphNode *L, in operator() argument33 const ProfiledCallGraphNode *R) const { in operator()42 using iterator = std::set<ProfiledCallGraphNode *>::iterator;84 ProfiledCallGraphNode *getEntryNode() { return &Root; } in getEntryNode()89 ProfiledFunctions[Name] = ProfiledCallGraphNode(Name); in addProfiledFunction()123 ProfiledCallGraphNode Root;124 StringMap<ProfiledCallGraphNode> ProfiledFunctions;129 template <> struct GraphTraits<ProfiledCallGraphNode *> {130 using NodeRef = ProfiledCallGraphNode *;[all …]
1730 for (ProfiledCallGraphNode *Node : *CGI) { in buildFunctionOrder()