Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DCSPreInliner.cpp45 ProfiledCallGraph ProfiledCG(ContextTracker); in buildTopDownOrder() local
49 scc_iterator<ProfiledCallGraph *> I = scc_begin(&ProfiledCG); in buildTopDownOrder()
52 if (Node != ProfiledCG.getEntryNode()) in buildTopDownOrder()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1627 std::unique_ptr<ProfiledCallGraph> ProfiledCG; in INITIALIZE_PASS_DEPENDENCY() local
1629 ProfiledCG = std::make_unique<ProfiledCallGraph>(*ContextTracker); in INITIALIZE_PASS_DEPENDENCY()
1631 ProfiledCG = std::make_unique<ProfiledCallGraph>(Reader->getProfiles()); in INITIALIZE_PASS_DEPENDENCY()
1640 ProfiledCG->addProfiledFunction(FunctionSamples::getCanonicalFnName(*F)); in INITIALIZE_PASS_DEPENDENCY()
1643 return ProfiledCG; in INITIALIZE_PASS_DEPENDENCY()
1723 std::unique_ptr<ProfiledCallGraph> ProfiledCG = buildProfiledCallGraph(*CG); in buildFunctionOrder() local
1724 scc_iterator<ProfiledCallGraph *> CGI = scc_begin(ProfiledCG.get()); in buildFunctionOrder()