Searched refs:ProfiledCallGraph (Results 1 – 4 of 4) sorted by relevance
62 class ProfiledCallGraph {67 ProfiledCallGraph(SampleProfileMap &ProfileMap) { in ProfiledCallGraph() function76 ProfiledCallGraph(SampleContextTracker &ContextTracker) { in ProfiledCallGraph() function196 struct GraphTraits<ProfiledCallGraph *>198 static NodeRef getEntryNode(ProfiledCallGraph *PCG) {202 static ChildIteratorType nodes_begin(ProfiledCallGraph *PCG) {206 static ChildIteratorType nodes_end(ProfiledCallGraph *PCG) {
77 ProfiledCallGraph ProfiledCG(ContextTracker); in buildTopDownOrder()81 scc_iterator<ProfiledCallGraph *> I = scc_begin(&ProfiledCG); in buildTopDownOrder()86 scc_member_iterator<ProfiledCallGraph *> SI(*I); in buildTopDownOrder()
481 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()
5594 llvm/include/llvm/Transforms/IPO/ProfiledCallGraph.h