diff options
Diffstat (limited to 'gcc/cfgloop.h')
-rw-r--r-- | gcc/cfgloop.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cfgloop.h b/gcc/cfgloop.h index c4622d4..f28ec70 100644 --- a/gcc/cfgloop.h +++ b/gcc/cfgloop.h @@ -922,6 +922,7 @@ extern bool get_max_loop_iterations (const class loop *loop, widest_int *nit); extern bool get_likely_max_loop_iterations (class loop *loop, widest_int *nit); extern int bb_loop_depth (const_basic_block); extern edge single_dom_exit (class loop *); +extern profile_count loop_count_in (const class loop *loop); /* Converts VAL to widest_int. */ |