diff options
author | abel <abel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-02-18 05:41:29 +0000 |
---|---|---|
committer | abel <abel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-02-18 05:41:29 +0000 |
commit | c30894338e7860dd7c88badac3b01c876fccad80 (patch) | |
tree | 1bed52a7e0c474f02696375301f02d1025258742 /gcc/sched-int.h | |
parent | b72e89d772db89a8889060f0df8fdd22cd66b4b7 (diff) | |
download | gcc-c30894338e7860dd7c88badac3b01c876fccad80.tar.gz |
PR rtl-optimization/58960
* haifa-sched.c (alloc_global_sched_pressure_data): New,
factored out from ...
(sched_init): ... here.
(free_global_sched_pressure_data): New, factored out from ...
(sched_finish): ... here.
* sched-int.h (free_global_sched_pressure_data): Declare.
* sched-rgn.c (nr_regions_initial): New static global.
(haifa_find_rgns): Initialize it.
(schedule_region): Disable sched-pressure for the newly
generated regions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207832 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/sched-int.h')
-rw-r--r-- | gcc/sched-int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/sched-int.h b/gcc/sched-int.h index 2cec6247230..d04bf0876b1 100644 --- a/gcc/sched-int.h +++ b/gcc/sched-int.h @@ -1340,6 +1340,7 @@ extern void debug_ds (ds_t); extern void initialize_live_range_shrinkage (void); extern void finish_live_range_shrinkage (void); extern void sched_init_region_reg_pressure_info (void); +extern void free_global_sched_pressure_data (void); extern int haifa_classify_insn (const_rtx); extern void get_ebb_head_tail (basic_block, basic_block, rtx *, rtx *); extern int no_real_insns_p (const_rtx, const_rtx); |