Searched refs:ProfiledCG (Results 1 – 1 of 1) sorted by relevance
1830 std::unique_ptr<ProfiledCallGraph> ProfiledCG; in buildProfiledCallGraph() local1832 ProfiledCG = std::make_unique<ProfiledCallGraph>(*ContextTracker); in buildProfiledCallGraph()1834 ProfiledCG = std::make_unique<ProfiledCallGraph>(Reader->getProfiles()); in buildProfiledCallGraph()1842 ProfiledCG->addProfiledFunction( in buildProfiledCallGraph()1846 return ProfiledCG; in buildProfiledCallGraph()1924 std::unique_ptr<ProfiledCallGraph> ProfiledCG = buildProfiledCallGraph(M); in buildFunctionOrder() local1925 scc_iterator<ProfiledCallGraph *> CGI = scc_begin(ProfiledCG.get()); in buildFunctionOrder()