Searched refs:update_bb_profile_for_threading (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | cfg.h | 109 extern void update_bb_profile_for_threading (basic_block, profile_count, edge);
|
H A D | cfg.c | 873 update_bb_profile_for_threading (basic_block bb, in update_bb_profile_for_threading() function
|
H A D | tree-ssa-threadupdate.c | 2116 update_bb_profile_for_threading (region[i], in duplicate_thread_path()
|
H A D | cfgcleanup.c | 572 update_bb_profile_for_threading (first, edge_count, t); in try_forward_edges()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-ssa-threadupdate.c | 652 update_bb_profile_for_threading (e->dest, EDGE_FREQUENCY (e), in thread_block() 729 update_bb_profile_for_threading (bb, EDGE_FREQUENCY (e), e->count, eto); in thread_single_edge()
|
H A D | basic-block.h | 887 extern void update_bb_profile_for_threading (basic_block, int, gcov_type, edge);
|
H A D | cfg.c | 968 update_bb_profile_for_threading (basic_block bb, int edge_frequency, in update_bb_profile_for_threading() function
|
H A D | cfgcleanup.c | 611 update_bb_profile_for_threading (first, edge_frequency, in try_forward_edges()
|