aboutsummaryrefslogtreecommitdiff
path: root/gcc/value-prof.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/value-prof.h')
-rw-r--r--gcc/value-prof.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/value-prof.h b/gcc/value-prof.h
index 9d2c351..00a89fa 100644
--- a/gcc/value-prof.h
+++ b/gcc/value-prof.h
@@ -35,6 +35,8 @@ enum hist_type
HIST_TYPE_AVERAGE, /* Compute average value (sum of all values). */
HIST_TYPE_IOR, /* Used to compute expected alignment. */
HIST_TYPE_TIME_PROFILE, /* Used for time profile */
+ HIST_TYPE_INDIR_CALL_TOPN, /* Tries to identify the top N most frequently
+ called functions in indirect call. */
HIST_TYPE_MAX
};