Searched refs:gcov_profile_scale (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gcov-tool.c | 46 extern int gcov_profile_scale (struct gcov_info*, float, int, int); 256 gcov_profile_scale (d1_profile, scale, n, d); in profile_rewrite()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gcov-tool.cc | 46 extern int gcov_profile_scale (struct gcov_info*, float, int, int); 256 gcov_profile_scale (d1_profile, scale, n, d); in profile_rewrite()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
H A D | libgcov-util.c | 778 gcov_profile_scale (struct gcov_info *profile, float scale_factor, int n, int d) in gcov_profile_scale() function 853 return gcov_profile_scale (profile, scale_factor, 0, 0); in gcov_profile_normalize()
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/ |
H A D | libgcov-util.c | 835 gcov_profile_scale (struct gcov_info *profile, float scale_factor, int n, int d) in gcov_profile_scale() function 910 return gcov_profile_scale (profile, scale_factor, 0, 0); in gcov_profile_normalize()
|
H A D | ChangeLog | 6369 (gcov_profile_scale): Scaling profile counters.
|