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/
H A 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/tools/llvm-profgen/
H A DCSPreInliner.cpp77 ProfiledCallGraph ProfiledCG(ContextTracker); in buildTopDownOrder()
81 scc_iterator<ProfiledCallGraph *> I = scc_begin(&ProfiledCG); in buildTopDownOrder()
86 scc_member_iterator<ProfiledCallGraph *> SI(*I); in buildTopDownOrder()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A 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/
H A Dclang.amd642647 ./usr/include/llvm/Transforms/IPO/ProfiledCallGraph.h
H A Dclang.macppc2646 ./usr/include/llvm/Transforms/IPO/ProfiledCallGraph.h
H A Dclang.loongson2646 ./usr/include/llvm/Transforms/IPO/ProfiledCallGraph.h
H A Dclang.octeon2646 ./usr/include/llvm/Transforms/IPO/ProfiledCallGraph.h
H A Dclang.arm642647 ./usr/include/llvm/Transforms/IPO/ProfiledCallGraph.h
H A Dclang.powerpc642645 ./usr/include/llvm/Transforms/IPO/ProfiledCallGraph.h
H A Dclang.armv72645 ./usr/include/llvm/Transforms/IPO/ProfiledCallGraph.h
H A Dclang.i3862645 ./usr/include/llvm/Transforms/IPO/ProfiledCallGraph.h
H A Dclang.sparc642646 ./usr/include/llvm/Transforms/IPO/ProfiledCallGraph.h
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt5585 llvm/include/llvm/Transforms/IPO/ProfiledCallGraph.h