Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DSampleProfile.cpp1817 std::unique_ptr<ProfiledCallGraph> ProfiledCG; in buildProfiledCallGraph() local
1819 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() local
1914 scc_iterator<ProfiledCallGraph *> CGI = scc_begin(ProfiledCG.get()); in buildFunctionOrder()