Home
last modified time | relevance | path

Searched refs:persistent_count (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/gcc/libmudflap/
H A Dmf-runtime.c297 __mf_opts.persistent_count = 100; in __mf_set_default_options()
406 read_integer_option, 0, &__mf_opts.persistent_count},
1283 if (__mf_opts.persistent_count > 0 in __mfu_unregister()
1313 if (plot == __mf_opts.persistent_count) plot = 0; in __mfu_unregister()
1338 if (__mf_opts.persistent_count > 0) in __mfu_unregister()
1603 if (__mf_opts.persistent_count > 0) in __mf_find_dead_objects()
1615 while (recollection < __mf_opts.persistent_count) in __mf_find_dead_objects()
1631 else plot = __mf_opts.persistent_count - 1; in __mf_find_dead_objects()
1715 if (__mf_opts.persistent_count > 0) in __mf_describe_object()
1840 if (__mf_opts.persistent_count > 0) in __mfu_report()
[all …]
H A Dmf-impl.h158 unsigned persistent_count; member