Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h28 struct ProfiledCallGraphNode { struct
29 ProfiledCallGraphNode(StringRef FName = StringRef()) : Name(FName) {} in Name() argument
32 struct ProfiledCallGraphNodeComparer { argument
33 bool operator()(const ProfiledCallGraphNode *L, in operator() argument
38 std::set<ProfiledCallGraphNode *, ProfiledCallGraphNodeComparer> Callees; argument