Searched refs:ProfiledCG (Results 1 – 1 of 1) sorted by relevance
1867 std::unique_ptr<ProfiledCallGraph> ProfiledCG; in buildProfiledCallGraph() local1869 ProfiledCG = std::make_unique<ProfiledCallGraph>(*ContextTracker); in buildProfiledCallGraph()1871 ProfiledCG = std::make_unique<ProfiledCallGraph>(Reader->getProfiles()); in buildProfiledCallGraph()1879 ProfiledCG->addProfiledFunction( in buildProfiledCallGraph()1883 return ProfiledCG; in buildProfiledCallGraph()1961 std::unique_ptr<ProfiledCallGraph> ProfiledCG = buildProfiledCallGraph(M); in buildFunctionOrder() local1962 scc_iterator<ProfiledCallGraph *> CGI = scc_begin(ProfiledCG.get()); in buildFunctionOrder()