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()
1784 std::unique_ptr<ProfiledCallGraph> ProfiledCG; in buildProfiledCallGraph() local1786 ProfiledCG = std::make_unique<ProfiledCallGraph>(*ContextTracker); in buildProfiledCallGraph()1788 ProfiledCG = std::make_unique<ProfiledCallGraph>(Reader->getProfiles()); in buildProfiledCallGraph()1797 ProfiledCG->addProfiledFunction(FunctionSamples::getCanonicalFnName(*F)); in buildProfiledCallGraph()1800 return ProfiledCG; in buildProfiledCallGraph()1880 std::unique_ptr<ProfiledCallGraph> ProfiledCG = buildProfiledCallGraph(*CG); in buildFunctionOrder() local1881 scc_iterator<ProfiledCallGraph *> CGI = scc_begin(ProfiledCG.get()); in buildFunctionOrder()