Searched refs:compute_call_stmt_bb_frequency (Results 1 – 12 of 12) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | cgraphbuild.c | 220 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 D | gimple-iterator.c | 88 bb_freq = (compute_call_stmt_bb_frequency in update_call_edge_frequencies()
|
H A D | tree-emutls.c | 670 d.bb_freq = compute_call_stmt_bb_frequency (current_function_decl, d.bb); in lower_emutls_function_body()
|
H A D | tree-inline.c | 1715 = 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 D | cgraph.h | 623 int compute_call_stmt_bb_frequency (tree, basic_block bb);
|
H A D | cgraphunit.c | 434 != 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 D | ipa-split.c | 1489 int freq = compute_call_stmt_bb_frequency (current_function_decl, bb); in execute_split_functions()
|
H A D | trans-mem.c | 4413 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 D | cgraph.c | 1255 frequency = compute_call_stmt_bb_frequency (current_function_decl, in cgraph_update_edges_for_call_stmt_node()
|
H A D | ipa-inline-analysis.c | 1909 freq = compute_call_stmt_bb_frequency (node->decl, bb); in estimate_function_body_sizes()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | cgraphbuild.c | 191 compute_call_stmt_bb_frequency (tree decl, basic_block bb) in compute_call_stmt_bb_frequency() function
|
H A D | cgraph.h | 2387 int compute_call_stmt_bb_frequency (tree, basic_block bb);
|