Searched refs:ProfiledCallGraph (Results 1 – 13 of 13) 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()
516 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()
2647 ./usr/include/llvm/Transforms/IPO/ProfiledCallGraph.h
2646 ./usr/include/llvm/Transforms/IPO/ProfiledCallGraph.h
2645 ./usr/include/llvm/Transforms/IPO/ProfiledCallGraph.h
5585 llvm/include/llvm/Transforms/IPO/ProfiledCallGraph.h