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