OSDN Git Service

* ipa-inline.c (cgraph_early_inlining): Handle flattening too.
[pf3gnuchains/gcc-fork.git] / gcc / predict.h
index 6552c72..18e57d7 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for branch prediction routines in the GNU compiler.
-   Copyright (C) 2001, 2003, 2004, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2003, 2004, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -40,5 +40,7 @@ extern int counts_to_freqs (void);
 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);
 
 #endif  /* GCC_PREDICT_H */