Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp574 std::unique_ptr<ProfiledCallGraph> buildProfiledCallGraph(Module &M);
1866 SampleProfileLoader::buildProfiledCallGraph(Module &M) { in buildProfiledCallGraph() function in SampleProfileLoader
1961 std::unique_ptr<ProfiledCallGraph> ProfiledCG = buildProfiledCallGraph(M); in buildFunctionOrder()