X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fpredict.h;h=0d3124b16aa17a621c91507ff1deb3c4914393de;hb=2f2f7942cbb80d351c6565a19cd31e9408ab4d6e;hp=0e040410768f355cdca7d507accf0809622540e7;hpb=675d86b2a33c6783fd1c21ae44d47b4fee9e95ea;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/predict.h b/gcc/predict.h index 0e040410768..0d3124b16aa 100644 --- a/gcc/predict.h +++ b/gcc/predict.h @@ -1,5 +1,6 @@ /* Definitions for branch prediction routines in the GNU compiler. - Copyright (C) 2001, 2003, 2004, 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 2001, 2003, 2004, 2007, 2008, 2010 + Free Software Foundation, Inc. This file is part of GCC. @@ -41,5 +42,7 @@ extern void estimate_bb_frequencies (void); extern const char *predictor_name (enum br_predictor); extern tree build_predict_expr (enum br_predictor, enum prediction); extern void tree_estimate_probability (void); +extern void compute_function_frequency (void); +extern void rebuild_frequencies (void); #endif /* GCC_PREDICT_H */