ipa-cp: Add dumping of overall_size after cloning
authorMartin Jambor <mjambor@suse.cz>
Fri, 2 Oct 2020 16:41:35 +0000 (18:41 +0200)
committerMartin Jambor <mjambor@suse.cz>
Fri, 2 Oct 2020 16:41:35 +0000 (18:41 +0200)
commit91153e0af9a457a0085bb796613a81404480d5af
tree5bd9fe1369c50bc470e4181e5a02d472ba61d01c
parent67ce9099bc953f22e6c9e9ee4c64329fdb08286a
ipa-cp: Add dumping of overall_size after cloning

When experimenting with IPA-CP parameters, especially when looking
into exchange2_r, it has been very useful to know what the value of
overall_size is at different stages of the decision process.  This
patch therefore adds it to the generated dumps.

gcc/ChangeLog:

2020-09-07  Martin Jambor  <mjambor@suse.cz>

* ipa-cp.c (estimate_local_effects): Add overeall_size to dumped
string.
(decide_about_value): Add dumping new overall_size.
gcc/ipa-cp.c