Searched refs:ProfiledCG (Results 1 – 2 of 2) sorted by relevance
77 ProfiledCallGraph ProfiledCG(ContextTracker); in buildTopDownOrder() local81 scc_iterator<ProfiledCallGraph *> I = scc_begin(&ProfiledCG); in buildTopDownOrder()90 if (Node != ProfiledCG.getEntryNode()) in buildTopDownOrder()
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()