Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp481 std::unique_ptr<ProfiledCallGraph> buildProfiledCallGraph(CallGraph &CG);
1783 SampleProfileLoader::buildProfiledCallGraph(CallGraph &CG) { in buildProfiledCallGraph() function in SampleProfileLoader
1880 std::unique_ptr<ProfiledCallGraph> ProfiledCG = buildProfiledCallGraph(*CG); in buildFunctionOrder()