Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h27 struct ProfiledCallGraphNode { struct
28 ProfiledCallGraphNode(StringRef FName = StringRef()) : Name(FName) {} in Name() argument
31 struct ProfiledCallGraphNodeComparer { argument
32 bool operator()(const ProfiledCallGraphNode *L, in operator() argument
37 std::set<ProfiledCallGraphNode *, ProfiledCallGraphNodeComparer> Callees; argument