Home
last modified time | relevance | path

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

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