Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dcgraphbuild.c220 compute_call_stmt_bb_frequency (tree decl, basic_block bb) in compute_call_stmt_bb_frequency() function
348 int freq = compute_call_stmt_bb_frequency (current_function_decl, in build_cgraph_edges()
457 int freq = compute_call_stmt_bb_frequency (current_function_decl, in rebuild_cgraph_edges()
H A Dgimple-iterator.c88 bb_freq = (compute_call_stmt_bb_frequency in update_call_edge_frequencies()
H A Dtree-emutls.c670 d.bb_freq = compute_call_stmt_bb_frequency (current_function_decl, d.bb); in lower_emutls_function_body()
H A Dtree-inline.c1715 = compute_call_stmt_bb_frequency (id->dst_node->decl, in copy_bb()
1775 compute_call_stmt_bb_frequency (id->dst_node->decl, in copy_bb()
1781 compute_call_stmt_bb_frequency in copy_bb()
5316 e->frequency = compute_call_stmt_bb_frequency (current_function_decl, in tree_function_versioning()
5323 e->frequency = compute_call_stmt_bb_frequency (current_function_decl, in tree_function_versioning()
H A Dcgraph.h623 int compute_call_stmt_bb_frequency (tree, basic_block bb);
H A Dcgraphunit.c434 != compute_call_stmt_bb_frequency (e->caller->decl, in verify_edge_count_and_frequency()
439 compute_call_stmt_bb_frequency (e->caller->decl, in verify_edge_count_and_frequency()
H A Dipa-split.c1489 int freq = compute_call_stmt_bb_frequency (current_function_decl, bb); in execute_split_functions()
H A Dtrans-mem.c4413 compute_call_stmt_bb_frequency (node->decl, in ipa_tm_insert_irr_call()
4464 compute_call_stmt_bb_frequency (node->decl, in ipa_tm_insert_gettmclone_call()
H A Dcgraph.c1255 frequency = compute_call_stmt_bb_frequency (current_function_decl, in cgraph_update_edges_for_call_stmt_node()
H A Dipa-inline-analysis.c1909 freq = compute_call_stmt_bb_frequency (node->decl, bb); in estimate_function_body_sizes()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dcgraphbuild.c191 compute_call_stmt_bb_frequency (tree decl, basic_block bb) in compute_call_stmt_bb_frequency() function
H A Dcgraph.h2387 int compute_call_stmt_bb_frequency (tree, basic_block bb);