Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
DProfiledCallGraph.h62 class ProfiledCallGraph {
67 ProfiledCallGraph(SampleProfileMap &ProfileMap) { in ProfiledCallGraph() function
76 ProfiledCallGraph(SampleContextTracker &ContextTracker) { in ProfiledCallGraph() function
196 struct GraphTraits<ProfiledCallGraph *>
198 static NodeRef getEntryNode(ProfiledCallGraph *PCG) {
202 static ChildIteratorType nodes_begin(ProfiledCallGraph *PCG) {
206 static ChildIteratorType nodes_end(ProfiledCallGraph *PCG) {
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DSampleProfile.cpp516 std::unique_ptr<ProfiledCallGraph> buildProfiledCallGraph(CallGraph &CG);
1815 std::unique_ptr<ProfiledCallGraph>
1817 std::unique_ptr<ProfiledCallGraph> ProfiledCG; in buildProfiledCallGraph()
1819 ProfiledCG = std::make_unique<ProfiledCallGraph>(*ContextTracker); in buildProfiledCallGraph()
1821 ProfiledCG = std::make_unique<ProfiledCallGraph>(Reader->getProfiles()); in buildProfiledCallGraph()
1913 std::unique_ptr<ProfiledCallGraph> ProfiledCG = buildProfiledCallGraph(*CG); in buildFunctionOrder()
1914 scc_iterator<ProfiledCallGraph *> CGI = scc_begin(ProfiledCG.get()); in buildFunctionOrder()
1919 scc_member_iterator<ProfiledCallGraph *> SI(*CGI); in buildFunctionOrder()
/openbsd/src/distrib/sets/lists/comp/
Dclang.macppc2646 ./usr/include/llvm/Transforms/IPO/ProfiledCallGraph.h
Dclang.powerpc642645 ./usr/include/llvm/Transforms/IPO/ProfiledCallGraph.h
Dclang.i3862645 ./usr/include/llvm/Transforms/IPO/ProfiledCallGraph.h
Dclang.amd642647 ./usr/include/llvm/Transforms/IPO/ProfiledCallGraph.h
Dclang.riscv642645 ./usr/include/llvm/Transforms/IPO/ProfiledCallGraph.h
Dclang.octeon2646 ./usr/include/llvm/Transforms/IPO/ProfiledCallGraph.h
Dclang.armv72645 ./usr/include/llvm/Transforms/IPO/ProfiledCallGraph.h
Dclang.arm642647 ./usr/include/llvm/Transforms/IPO/ProfiledCallGraph.h
Dclang.loongson2646 ./usr/include/llvm/Transforms/IPO/ProfiledCallGraph.h
Dclang.sparc642646 ./usr/include/llvm/Transforms/IPO/ProfiledCallGraph.h
/openbsd/src/gnu/llvm/clang/docs/tools/
Dclang-formatted-files.txt5585 llvm/include/llvm/Transforms/IPO/ProfiledCallGraph.h