Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1631 std::unique_ptr<ProfiledCallGraph> ProfiledCG; in INITIALIZE_PASS_DEPENDENCY() local
1633 ProfiledCG = std::make_unique<ProfiledCallGraph>(*ContextTracker); in INITIALIZE_PASS_DEPENDENCY()
1635 ProfiledCG = std::make_unique<ProfiledCallGraph>(Reader->getProfiles()); in INITIALIZE_PASS_DEPENDENCY()
1644 ProfiledCG->addProfiledFunction(FunctionSamples::getCanonicalFnName(*F)); in INITIALIZE_PASS_DEPENDENCY()
1647 return ProfiledCG; in INITIALIZE_PASS_DEPENDENCY()
1727 std::unique_ptr<ProfiledCallGraph> ProfiledCG = buildProfiledCallGraph(*CG); in buildFunctionOrder() local
1728 scc_iterator<ProfiledCallGraph *> CGI = scc_begin(ProfiledCG.get()); in buildFunctionOrder()