ipa-inline.c (max_count_real, [...]): Remove.
commit6d4ab5f8c77ecb6fcb2f1a4fae644100f436883d
authorJan Hubicka <hubicka@ucw.cz>
Sat, 27 Dec 2014 15:19:54 +0000 (27 15:19 +0000)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sat, 27 Dec 2014 15:19:54 +0000 (27 15:19 +0000)
treec8e202e2c1c2b61020aa38884b7d50c16c23c9b9
parent75e6bcac2f1f113dfbca7f1ae0460497835e2fae
ipa-inline.c (max_count_real, [...]): Remove.

* ipa-inline.c (max_count_real, max_relbenefit_real,
half_int_min_real): Remove.
(cgraph_freq_base_rec, percent_rec): New.
(compute_uninlined_call_time, compute_inlined_call_time,
big_speedup_p, relative_time_benefit, edge_badness): Use sreals.
(update_edge_key): Update dumping.
(inline_small_functions): Speedup maintainance of the heap.
(ipa_inline): Initialize cgraph_freq_base_rec and
percent_rec.

From-SVN: r219076
gcc/ChangeLog
gcc/ipa-inline.c