Home
last modified time | relevance | path

Searched refs:gcov_type (Results 1 – 25 of 31) sorted by relevance

12

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dprofile.h42 extern vec<gcov_type> bb_gcov_counts;
43 extern hash_map<edge,gcov_type> *edge_gcov_counts;
45 inline gcov_type &
49 gcov_type &c = edge_gcov_counts->get_or_insert (e, &existed); in edge_gcov_count()
55 inline gcov_type &
69 extern gcov_type sum_edge_counts (vec<edge, va_gc> *edges);
H A Dvalue-prof.h50 gcov_type *counters; /* Pointer to first counter. */
93 histogram_value hist, gcov_type *value,
94 gcov_type *count, gcov_type *all,
H A Dgcov-io.h175 typedef int64_t gcov_type; typedef
312 gcov_type sum_max; /* Sum of individual run max values. */
338 GCOV_LINKAGE gcov_type gcov_read_counter (void) ATTRIBUTE_HIDDEN;
H A Dprofile-count.h300 (gcov_type val1, gcov_type val2) in class()
500 gcov_type apply (gcov_type val) const in class()
776 gcov_type to_gcov_type () const in to_gcov_type()
940 bool operator< (const gcov_type other) const
947 bool operator> (const gcov_type other) const
978 bool operator<= (const gcov_type other) const
985 bool operator>= (const gcov_type other) const
1236 static profile_count from_gcov_type (gcov_type v,
H A Dbasic-block.h589 static inline gcov_type
590 apply_scale (gcov_type freq, gcov_type scale) in apply_scale()
597 static inline gcov_type
598 apply_probability (gcov_type freq, int prob) in apply_probability()
H A Dpredict.h54 extern gcov_type get_hot_bb_threshold (void);
55 extern void set_hot_bb_threshold (gcov_type);
H A Ddata-streamer.h57 void streamer_write_gcov_count (struct output_block *, gcov_type);
70 void streamer_write_gcov_count_stream (struct lto_output_stream *, gcov_type);
87 gcov_type streamer_read_gcov_count (class lto_input_block *);
H A Dcoverage.h53 extern gcov_type *get_coverage_counts (unsigned /*counter*/,
H A Dtree-ssa-loop-manip.h51 extern gcov_type niter_for_unrolled_loop (class loop *, unsigned);
H A Dcfgloopmanip.h41 extern void scale_loop_profile (class loop *, profile_probability, gcov_type);
H A Dcfgloop.h405 gcov_type expected_loop_iterations_unbounded (const class loop *,
869 gcov_type_to_wide_int (gcov_type val) in gcov_type_to_wide_int()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dprofile.h42 extern vec<gcov_type> bb_gcov_counts;
43 extern hash_map<edge,gcov_type> *edge_gcov_counts;
45 inline gcov_type &
49 gcov_type &c = edge_gcov_counts->get_or_insert (e, &existed); in edge_gcov_count()
55 inline gcov_type &
69 extern gcov_type sum_edge_counts (vec<edge, va_gc> *edges);
H A Dvalue-prof.h50 gcov_type *counters; /* Pointer to first counter. */
93 histogram_value hist, gcov_type *value,
94 gcov_type *count, gcov_type *all,
H A Dgcov-io.h175 typedef int64_t gcov_type; typedef
312 gcov_type sum_max; /* Sum of individual run max values. */
338 GCOV_LINKAGE gcov_type gcov_read_counter (void) ATTRIBUTE_HIDDEN;
H A Dprofile-count.h300 (gcov_type val1, gcov_type val2) in class()
500 gcov_type apply (gcov_type val) const in class()
776 gcov_type to_gcov_type () const in to_gcov_type()
940 bool operator< (const gcov_type other) const
947 bool operator> (const gcov_type other) const
978 bool operator<= (const gcov_type other) const
985 bool operator>= (const gcov_type other) const
1236 static profile_count from_gcov_type (gcov_type v,
H A Dbasic-block.h589 static inline gcov_type
590 apply_scale (gcov_type freq, gcov_type scale) in apply_scale()
597 static inline gcov_type
598 apply_probability (gcov_type freq, int prob) in apply_probability()
H A Dpredict.h54 extern gcov_type get_hot_bb_threshold (void);
55 extern void set_hot_bb_threshold (gcov_type);
H A Ddata-streamer.h57 void streamer_write_gcov_count (struct output_block *, gcov_type);
70 void streamer_write_gcov_count_stream (struct lto_output_stream *, gcov_type);
87 gcov_type streamer_read_gcov_count (class lto_input_block *);
H A Dcoverage.h53 extern gcov_type *get_coverage_counts (unsigned /*counter*/,
H A Dtree-ssa-loop-manip.h51 extern gcov_type niter_for_unrolled_loop (class loop *, unsigned);
H A Dcfgloopmanip.h41 extern void scale_loop_profile (class loop *, profile_probability, gcov_type);
H A Dcfgloop.h405 gcov_type expected_loop_iterations_unbounded (const class loop *,
869 gcov_type_to_wide_int (gcov_type val) in gcov_type_to_wide_int()
/OK3568_Linux_fs/kernel/kernel/gcov/
H A Dgcc_base.c46 void __gcov_merge_add(gcov_type *counters, unsigned int n_counters) in __gcov_merge_add()
52 void __gcov_merge_single(gcov_type *counters, unsigned int n_counters) in __gcov_merge_single()
58 void __gcov_merge_delta(gcov_type *counters, unsigned int n_counters) in __gcov_merge_delta()
64 void __gcov_merge_ior(gcov_type *counters, unsigned int n_counters) in __gcov_merge_ior()
70 void __gcov_merge_time_profile(gcov_type *counters, unsigned int n_counters) in __gcov_merge_time_profile()
76 void __gcov_merge_icall_topn(gcov_type *counters, unsigned int n_counters) in __gcov_merge_icall_topn()
H A Dgcov.h33 typedef long gcov_type; typedef
35 typedef long long gcov_type; typedef
H A Dgcc_4_7.c55 gcov_type *values;
101 void (*merge[GCOV_COUNTERS])(gcov_type *, unsigned int);
219 sizeof(gcov_type) * ci_ptr->num); in gcov_info_reset()
320 cv_size = sizeof(gcov_type) * sci_ptr->num; in gcov_info_dup()

12