Home
last modified time | relevance | path

Searched refs:ProfiledCallGraphNode (Results 1 – 3 of 3) 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
33 bool operator()(const ProfiledCallGraphNode *L, in operator() argument
34 const ProfiledCallGraphNode *R) const { in operator()
38 std::set<ProfiledCallGraphNode *, ProfiledCallGraphNodeComparer> Callees; argument
43 using iterator = std::set<ProfiledCallGraphNode *>::iterator;
85 ProfiledCallGraphNode *getEntryNode() { return &Root; } in getEntryNode()
90 ProfiledFunctions[Name] = ProfiledCallGraphNode(Name); in addProfiledFunction()
124 ProfiledCallGraphNode Root;
125 StringMap<ProfiledCallGraphNode> ProfiledFunctions;
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DCSPreInliner.cpp51 for (ProfiledCallGraphNode *Node : *I) { in buildTopDownOrder()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1726 for (ProfiledCallGraphNode *Node : *CGI) { in buildFunctionOrder()