Home
last modified time | relevance | path

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

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