Searched refs:get_gcov_type (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-profile.cc | 88 gcov_type_ptr = build_pointer_type (get_gcov_type ()); in init_ic_make_global_vars() 133 gcov_type_node = get_gcov_type (); in gimple_init_gcov_profiler() 200 get_gcov_type ()); in gimple_init_gcov_profiler() 391 tree gcov_type_ptr = build_pointer_type (get_gcov_type ()); in gimple_gen_ic_profiler() 496 tree type = get_gcov_type (); in gimple_gen_time_profiler() 709 = tree_to_uhwi (TYPE_SIZE_UNIT (get_gcov_type ())); in tree_profiling()
|
H A D | coverage.cc | 138 get_gcov_type (void) in get_gcov_type() function 424 tree array_type = build_array_type (get_gcov_type (), NULL_TREE); in coverage_counter_alloc() 442 tree gcov_type_node = get_gcov_type (); in tree_coverage_counter_ref() 458 tree gcov_type_node = get_gcov_type (); in tree_coverage_counter_addr() 724 array_type = build_array_type (get_gcov_type (), array_type); in coverage_end_function() 800 build_pointer_type (get_gcov_type ())); in build_fn_info_type() 952 build_pointer_type (get_gcov_type ()), in build_info_type()
|
H A D | coverage.h | 58 extern tree get_gcov_type (void);
|
H A D | value-prof.cc | 859 tree_val = build_int_cst (get_gcov_type (), val); in gimple_divmod_fixed_value_transform() 866 tree_val = wide_int_to_tree (get_gcov_type (), wide_int::from_array (a, 2, in gimple_divmod_fixed_value_transform() 867 TYPE_PRECISION (get_gcov_type ()), false)); in gimple_divmod_fixed_value_transform() 1715 tree_val = build_int_cst (get_gcov_type (), val); in gimple_stringops_transform() 1722 tree_val = wide_int_to_tree (get_gcov_type (), wide_int::from_array (a, 2, in gimple_stringops_transform() 1723 TYPE_PRECISION (get_gcov_type ()), false)); in gimple_stringops_transform()
|
H A D | ChangeLog-2005 | 25242 (build_ctr_info_type): Use get_gcov_type () instead of GCOV_TYPE_NODE. 25932 * coverage.h (get_gcov_type, GCOV_TYPE_NODE): Declare. 25933 * coverage.c (get_gcov_type, get_gcov_unsigned_t): New functions.
|
H A D | ChangeLog-2021 | 16774 * coverage.c (get_gcov_type): Use targetm.gcov_type_size().
|
H A D | ChangeLog-2012 | 31516 * coverage.c (get_gcov_type): Use type_for_mode.
|
H A D | ChangeLog-2016 | 15399 * coverage.c (get_gcov_type): Replace GCOV_TYPE_SIZE with
|
H A D | ChangeLog-2017 | 18812 * coverage.c (get_gcov_type): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-profile.c | 85 gcov_type_ptr = build_pointer_type (get_gcov_type ()); in init_ic_make_global_vars() 130 gcov_type_node = get_gcov_type (); in gimple_init_gcov_profiler() 197 get_gcov_type ()); in gimple_init_gcov_profiler() 388 tree gcov_type_ptr = build_pointer_type (get_gcov_type ()); in gimple_gen_ic_profiler() 487 tree type = get_gcov_type (); in gimple_gen_time_profiler() 700 = tree_to_uhwi (TYPE_SIZE_UNIT (get_gcov_type ())); in tree_profiling()
|
H A D | coverage.c | 145 get_gcov_type (void) in get_gcov_type() function 422 tree array_type = build_array_type (get_gcov_type (), NULL_TREE); in coverage_counter_alloc() 440 tree gcov_type_node = get_gcov_type (); in tree_coverage_counter_ref() 456 tree gcov_type_node = get_gcov_type (); in tree_coverage_counter_addr() 716 array_type = build_array_type (get_gcov_type (), array_type); in coverage_end_function() 792 build_pointer_type (get_gcov_type ())); in build_fn_info_type() 938 build_pointer_type (get_gcov_type ()), in build_info_type()
|
H A D | coverage.h | 58 extern tree get_gcov_type (void);
|
H A D | value-prof.c | 822 tree_val = build_int_cst (get_gcov_type (), val); in gimple_divmod_fixed_value_transform() 829 tree_val = wide_int_to_tree (get_gcov_type (), wide_int::from_array (a, 2, in gimple_divmod_fixed_value_transform() 830 TYPE_PRECISION (get_gcov_type ()), false)); in gimple_divmod_fixed_value_transform() 1678 tree_val = build_int_cst (get_gcov_type (), val); in gimple_stringops_transform() 1685 tree_val = wide_int_to_tree (get_gcov_type (), wide_int::from_array (a, 2, in gimple_stringops_transform() 1686 TYPE_PRECISION (get_gcov_type ()), false)); in gimple_stringops_transform()
|