* predict.c (combine_predictions_for_bb): Add dry_run parmaeter.
commit5a5f50e974c1dd781281725c537a42bea8d6139c
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 17 Apr 2016 16:08:27 +0000 (17 16:08 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 17 Apr 2016 16:08:27 +0000 (17 16:08 +0000)
tree8b17781c72abea0097ae16f0f158a2f6d1f6400b
parent530dc1260486ffe2128aa997bef742f1ff2bef26
* predict.c (combine_predictions_for_bb): Add dry_run parmaeter.
(tree_estimate_probability): Likewise.
(pass_profile::execute): Update.
(report_predictor_hitrates): New function.
* profile.c (compute_branch_probabilities): Use it.
* predict.h (report_predictor_hitrates): Declare.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@235082 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/predict.c
gcc/predict.h
gcc/profile.c