aboutsummaryrefslogtreecommitdiff
path: root/gcc/profile.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/profile.h')
-rw-r--r--gcc/profile.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/profile.h b/gcc/profile.h
index 1275964..c34a0c7 100644
--- a/gcc/profile.h
+++ b/gcc/profile.h
@@ -37,6 +37,10 @@ struct edge_profile_info
#define EDGE_INFO(e) ((struct edge_profile_info *) (e)->aux)
+typedef struct gcov_working_set_info gcov_working_set_t;
+extern gcov_working_set_t *find_working_set (unsigned pct_times_10);
+extern void add_working_set (gcov_working_set_t *);
+
/* Smoothes the initial assigned basic block and edge counts using
a minimum cost flow algorithm. */
extern void mcf_smooth_cfg (void);
@@ -52,8 +56,4 @@ extern void get_working_sets (void);
profile.c. */
extern const struct gcov_ctr_summary *profile_info;
-/* In predict.c. */
-extern gcov_type get_hot_bb_threshold (void);
-extern void set_hot_bb_threshold (gcov_type);
-
#endif /* PROFILE_H */