Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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) {
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp481 std::unique_ptr<ProfiledCallGraph> buildProfiledCallGraph(CallGraph &CG);
1782 std::unique_ptr<ProfiledCallGraph>
1784 std::unique_ptr<ProfiledCallGraph> ProfiledCG; in buildProfiledCallGraph()
1786 ProfiledCG = std::make_unique<ProfiledCallGraph>(*ContextTracker); in buildProfiledCallGraph()
1788 ProfiledCG = std::make_unique<ProfiledCallGraph>(Reader->getProfiles()); in buildProfiledCallGraph()
1880 std::unique_ptr<ProfiledCallGraph> ProfiledCG = buildProfiledCallGraph(*CG); in buildFunctionOrder()
1881 scc_iterator<ProfiledCallGraph *> CGI = scc_begin(ProfiledCG.get()); in buildFunctionOrder()
1886 scc_member_iterator<ProfiledCallGraph *> SI(*CGI); in buildFunctionOrder()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt5594 llvm/include/llvm/Transforms/IPO/ProfiledCallGraph.h