Searched defs:ProfiledCallGraphNode (Results 1 – 1 of 1) sorted by relevance
28 struct ProfiledCallGraphNode { struct29 ProfiledCallGraphNode(StringRef FName = StringRef()) : Name(FName) {} in Name() argument32 struct ProfiledCallGraphNodeComparer { argument33 bool operator()(const ProfiledCallGraphNode *L, in operator() argument38 std::set<ProfiledCallGraphNode *, ProfiledCallGraphNodeComparer> Callees; argument