aboutsummaryrefslogtreecommitdiff
path: root/gcc/predict.h
diff options
context:
space:
mode:
authorJan Hubicka <hubicka@ucw.cz>2017-06-06 10:07:31 +0200
committerJan Hubicka <hubicka@gcc.gnu.org>2017-06-06 08:07:31 +0000
commit52261a21e8e74b98a943b2e9de1b9bef659bb28f (patch)
treef665b1228f58eeb2c1de5f21abf8a0c865ad3f74 /gcc/predict.h
parentce6ec23497cbe4cbac8165b927deaba220a523d8 (diff)
downloadgcc-52261a21e8e74b98a943b2e9de1b9bef659bb28f.zip
gcc-52261a21e8e74b98a943b2e9de1b9bef659bb28f.tar.gz
gcc-52261a21e8e74b98a943b2e9de1b9bef659bb28f.tar.bz2
predict.c (tree_estimate_probability_bb): Add LOCAL_ONLY.
* predict.c (tree_estimate_probability_bb): Add LOCAL_ONLY. (tree_guess_outgoing_edge_probabilities): New. * predict.h (tree_guess_outgoing_edge_probabilities): Declare. * tree-cfg.c (gimple_find_sub_bbs): Propagate profile. From-SVN: r248912
Diffstat (limited to 'gcc/predict.h')
-rw-r--r--gcc/predict.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/predict.h b/gcc/predict.h
index d8ef0ab..1441fa4 100644
--- a/gcc/predict.h
+++ b/gcc/predict.h
@@ -83,6 +83,7 @@ extern void remove_predictions_associated_with_edge (edge);
extern void predict_edge_def (edge, enum br_predictor, enum prediction);
extern void invert_br_probabilities (rtx);
extern void guess_outgoing_edge_probabilities (basic_block);
+extern void tree_guess_outgoing_edge_probabilities (basic_block);
extern void tree_estimate_probability (bool);
extern void handle_missing_profiles (void);
extern bool counts_to_freqs (void);