Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h24 struct ProfiledCallGraphNode;
27 ProfiledCallGraphEdge(ProfiledCallGraphNode *Source, in ProfiledCallGraphEdge()
28 ProfiledCallGraphNode *Target, uint64_t Weight) in ProfiledCallGraphEdge()
30 ProfiledCallGraphNode *Source;
31 ProfiledCallGraphNode *Target;
36 operator ProfiledCallGraphNode *() const { return Target; }
39 struct ProfiledCallGraphNode { struct
56 ProfiledCallGraphNode(StringRef FName = StringRef()) : Name(FName) {} in Name() argument
64 using iterator = ProfiledCallGraphNode::iterator; argument
128 ProfiledCallGraphNode *getEntryNode() { return &Root; } in getEntryNode()
[all …]