aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cfg.h')
-rw-r--r--gcc/cfg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cfg.h b/gcc/cfg.h
index 4cd2958..4bf4263 100644
--- a/gcc/cfg.h
+++ b/gcc/cfg.h
@@ -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);