Home
last modified time | relevance | path

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

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/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 …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/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 …]
/dports/lang/rust/rustc-1.58.1-src/src/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 …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/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;
85 ProfiledCallGraphNode *getEntryNode() { return &Root; } in getEntryNode()
90 ProfiledFunctions[Name] = ProfiledCallGraphNode(Name); in addProfiledFunction()
124 ProfiledCallGraphNode Root;
125 StringMap<ProfiledCallGraphNode> ProfiledFunctions;
130 template <> struct GraphTraits<ProfiledCallGraphNode *> {
131 using NodeRef = ProfiledCallGraphNode *;
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/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 …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h27 struct ProfiledCallGraphNode {
32 bool operator()(const ProfiledCallGraphNode *L,
33 const ProfiledCallGraphNode *R) const {
42 using iterator = std::set<ProfiledCallGraphNode *>::iterator;
84 ProfiledCallGraphNode *getEntryNode() { return &Root; }
89 ProfiledFunctions[Name] = ProfiledCallGraphNode(Name);
123 ProfiledCallGraphNode Root;
124 StringMap<ProfiledCallGraphNode> ProfiledFunctions;
129 template <> struct GraphTraits<ProfiledCallGraphNode *> {
130 using NodeRef = ProfiledCallGraphNode *;
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/llvm-profgen/
H A DCSPreInliner.cpp46 for (ProfiledCallGraphNode *Node : *I) { in buildTopDownOrder()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/llvm-profgen/
H A DCSPreInliner.cpp46 for (ProfiledCallGraphNode *Node : *I) { in buildTopDownOrder()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/llvm-profgen/
H A DCSPreInliner.cpp46 for (ProfiledCallGraphNode *Node : *I) { in buildTopDownOrder()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/tools/llvm-profgen/
H A DCSPreInliner.cpp46 for (ProfiledCallGraphNode *Node : *I) { in buildTopDownOrder()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/llvm-profgen/
H A DCSPreInliner.cpp46 for (ProfiledCallGraphNode *Node : *I) { in buildTopDownOrder()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-profgen/
H A DCSPreInliner.cpp73 for (ProfiledCallGraphNode *Node : *I) { in buildTopDownOrder()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1730 for (ProfiledCallGraphNode *Node : *CGI) { in buildFunctionOrder()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/IPO/
H A DSampleProfile.cpp1730 for (ProfiledCallGraphNode *Node : *CGI) { in buildFunctionOrder()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1730 for (ProfiledCallGraphNode *Node : *CGI) { in buildFunctionOrder()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1771 for (ProfiledCallGraphNode *Node : *CGI) { in buildFunctionOrder()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1730 for (ProfiledCallGraphNode *Node : *CGI) { in buildFunctionOrder()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1730 for (ProfiledCallGraphNode *Node : *CGI) { in buildFunctionOrder()