diff options
Diffstat (limited to 'gcc/cfg.h')
-rw-r--r-- | gcc/cfg.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -112,6 +112,7 @@ extern void debug_bb (basic_block, dump_flags_t); extern basic_block debug_bb_n (int, dump_flags_t); extern void dump_bb_info (FILE *, basic_block, int, dump_flags_t, bool, bool); extern void brief_dump_cfg (FILE *, dump_flags_t); +extern void set_edge_probability_and_rescale_others (edge, profile_probability); extern void update_bb_profile_for_threading (basic_block, profile_count, edge); extern void scale_bbs_frequencies_profile_count (basic_block *, int, profile_count, profile_count); |