Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h27 struct ProfiledCallGraphNode { struct
32 bool operator()(const ProfiledCallGraphNode *L, in operator() argument
33 const ProfiledCallGraphNode *R) const { in operator()
42 using iterator = std::set<ProfiledCallGraphNode *>::iterator;
84 ProfiledCallGraphNode *getEntryNode() { return &Root; } in getEntryNode()
89 ProfiledFunctions[Name] = ProfiledCallGraphNode(Name); in addProfiledFunction()
123 ProfiledCallGraphNode Root;
124 StringMap<ProfiledCallGraphNode> ProfiledFunctions;
129 template <> struct GraphTraits<ProfiledCallGraphNode *> {
130 using NodeRef = ProfiledCallGraphNode *;
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1730 for (ProfiledCallGraphNode *Node : *CGI) { in buildFunctionOrder()