summaryrefslogtreecommitdiff
path: root/gcc/coverage.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/coverage.h')
-rw-r--r--gcc/coverage.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/coverage.h b/gcc/coverage.h
index 21afe7298ff..342d73e1653 100644
--- a/gcc/coverage.h
+++ b/gcc/coverage.h
@@ -35,6 +35,9 @@ extern void coverage_end_function (unsigned, unsigned);
/* Compute the control flow checksum for the current function. */
extern unsigned coverage_compute_cfg_checksum (void);
+/* Compute the profile id of function N. */
+extern unsigned coverage_compute_profile_id (struct cgraph_node *n);
+
/* Compute the line number checksum for the current function. */
extern unsigned coverage_compute_lineno_checksum (void);