Searched refs:ProfiledCG (Results 1 – 1 of 1) sorted by relevance
1817 std::unique_ptr<ProfiledCallGraph> ProfiledCG; in buildProfiledCallGraph() local1819 ProfiledCG = std::make_unique<ProfiledCallGraph>(*ContextTracker); in buildProfiledCallGraph()1821 ProfiledCG = std::make_unique<ProfiledCallGraph>(Reader->getProfiles()); in buildProfiledCallGraph()1830 ProfiledCG->addProfiledFunction(FunctionSamples::getCanonicalFnName(*F)); in buildProfiledCallGraph()1833 return ProfiledCG; in buildProfiledCallGraph()1913 std::unique_ptr<ProfiledCallGraph> ProfiledCG = buildProfiledCallGraph(*CG); in buildFunctionOrder() local1914 scc_iterator<ProfiledCallGraph *> CGI = scc_begin(ProfiledCG.get()); in buildFunctionOrder()