Home
last modified time | relevance | path

Searched refs:ProfiledCG (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1830 std::unique_ptr<ProfiledCallGraph> ProfiledCG; in buildProfiledCallGraph() local
1832 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() local
1925 scc_iterator<ProfiledCallGraph *> CGI = scc_begin(ProfiledCG.get()); in buildFunctionOrder()