| /src/external/gpl3/gcc.old/dist/libgcc/ |
| libgcov-profiler.c | 36 __gcov_interval_profiler (gcov_type *counters, gcov_type value, 39 gcov_type delta = value - start; 56 __gcov_interval_profiler_atomic (gcov_type *counters, gcov_type value, 59 gcov_type delta = value - start; 74 __gcov_pow2_profiler (gcov_type *counters, gcov_type value) 88 __gcov_pow2_profiler_atomic (gcov_type *counters, gcov_type value [all...] |
| libgcov-merge.c | 32 void __gcov_merge_add (gcov_type *counters __attribute__ ((unused)), 37 void __gcov_merge_topn (gcov_type *counters __attribute__ ((unused)), 48 __gcov_merge_add (gcov_type *counters, unsigned n_counters) 60 __gcov_merge_ior (gcov_type *counters, unsigned n_counters) 72 __gcov_merge_time_profile (gcov_type *counters, unsigned n_counters) 75 gcov_type value; 103 __gcov_merge_topn (gcov_type *counters, unsigned n_counters) 110 gcov_type all = gcov_get_counter_ignore_scaling (-1); 111 gcov_type n = gcov_get_counter_ignore_scaling (-1); 114 gcov_type *total = &counters[GCOV_TOPN_MEM_COUNTERS * i] [all...] |
| libgcov.h | 56 typedef signed gcov_type __attribute__ ((mode (DI))); typedef 59 typedef signed gcov_type __attribute__ ((mode (SI))); typedef 67 typedef signed gcov_type __attribute__ ((mode (SI))); typedef 70 typedef signed gcov_type __attribute__ ((mode (HI))); typedef 77 typedef signed gcov_type __attribute__ ((mode (HI))); typedef 80 typedef signed gcov_type __attribute__ ((mode (QI))); typedef 139 /* gcov_type is typedef'd elsewhere for the compiler */ 161 extern gcov_type gcov_read_counter_mem (); 205 gcov_type *values; /* their values. */ 224 typedef void (*gcov_merge_fn) (gcov_type *, gcov_unsigned_t) [all...] |
| libgcov-util.c | 204 gcov_type *values; 214 k_ctrs[tag_ix].values = values = (gcov_type *) xcalloc (sizeof (gcov_type), 476 static gcov_type *gcov_value_buf; 489 gcov_type 492 gcov_type ret; 511 merge_wrapper (gcov_merge_fn f, gcov_type *v1, gcov_unsigned_t n1, 512 gcov_type *v2, gcov_unsigned_t n2, unsigned w) 527 auto_vec<gcov_type> output; 528 gcov_type *values = info->values [all...] |
| /src/external/gpl3/gcc/dist/libgcc/ |
| libgcov-profiler.c | 36 __gcov_interval_profiler (gcov_type *counters, gcov_type value, 39 gcov_type delta = value - start; 56 __gcov_interval_profiler_atomic (gcov_type *counters, gcov_type value, 59 gcov_type delta = value - start; 74 __gcov_pow2_profiler (gcov_type *counters, gcov_type value) 88 __gcov_pow2_profiler_atomic (gcov_type *counters, gcov_type value [all...] |
| libgcov-merge.c | 32 void __gcov_merge_add (gcov_type *counters __attribute__ ((unused)), 37 void __gcov_merge_ior (gcov_type *counters __attribute__ ((unused)), 42 void __gcov_merge_topn (gcov_type *counters __attribute__ ((unused)), 53 __gcov_merge_add (gcov_type *counters, unsigned n_counters) 65 __gcov_merge_ior (gcov_type *counters, unsigned n_counters) 77 __gcov_merge_time_profile (gcov_type *counters, unsigned n_counters) 80 gcov_type value; 108 __gcov_merge_topn (gcov_type *counters, unsigned n_counters) 115 gcov_type all = gcov_get_counter_ignore_scaling (-1); 116 gcov_type n = gcov_get_counter_ignore_scaling (-1) [all...] |
| libgcov.h | 56 typedef signed gcov_type __attribute__ ((mode (DI))); typedef 59 typedef signed gcov_type __attribute__ ((mode (SI))); typedef 67 typedef signed gcov_type __attribute__ ((mode (SI))); typedef 70 typedef signed gcov_type __attribute__ ((mode (HI))); typedef 77 typedef signed gcov_type __attribute__ ((mode (HI))); typedef 80 typedef signed gcov_type __attribute__ ((mode (QI))); typedef 134 /* gcov_type is typedef'd elsewhere for the compiler */ 156 extern gcov_type gcov_read_counter_mem (); 200 gcov_type *values; /* their values. */ 219 typedef void (*gcov_merge_fn) (gcov_type *, gcov_unsigned_t) [all...] |
| libgcov-util.c | 204 gcov_type *values; 214 k_ctrs[tag_ix].values = values = (gcov_type *) xcalloc (sizeof (gcov_type), 466 static gcov_type *gcov_value_buf; 479 gcov_type 482 gcov_type ret; 501 merge_wrapper (gcov_merge_fn f, gcov_type *v1, gcov_unsigned_t n1, 502 gcov_type *v2, gcov_unsigned_t n2, unsigned w) 517 auto_vec<gcov_type> output; 518 gcov_type *values = info->values [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| profile.h | 42 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); 55 inline gcov_type & 69 extern gcov_type sum_edge_counts (vec<edge, va_gc> *edges);
|
| coverage.h | 53 extern gcov_type *get_coverage_counts (unsigned /*counter*/,
|
| value-prof.h | 51 gcov_type *counters; /* Pointer to first counter. */ 94 histogram_value hist, gcov_type *value, 95 gcov_type *count, gcov_type *all,
|
| gcov-io.h | 177 gcov_type value; 178 gcov_type count; 187 /* gcov_type is typedef'd elsewhere for the compiler */ 190 typedef int64_t gcov_type; typedef 335 gcov_type sum_max; /* Sum of individual run max values. */ 361 GCOV_LINKAGE gcov_type gcov_read_counter (void) ATTRIBUTE_HIDDEN;
|
| mcf.cc | 86 gcov_type flow; 88 gcov_type rflow; 89 gcov_type weight; 90 gcov_type cost; 91 gcov_type max_capacity; 364 add_edge (fixup_graph_type *fixup_graph, int src, int dest, gcov_type cost) 384 edge_type type, gcov_type weight, gcov_type cost, 385 gcov_type max_capacity) 399 gcov_type rflow, gcov_type cost [all...] |
| predict.h | 54 extern gcov_type get_hot_bb_threshold (void); 55 extern void set_hot_bb_threshold (gcov_type);
|
| value-prof.cc | 332 to gcov_type (a signed type) can be negative. */ 333 gcov_type value = hist->hvalue.counters[i]; 400 gcov_type total = streamer_read_gcov_count (ib); 401 gcov_type ncounters = streamer_read_gcov_count (ib); 402 new_val->hvalue.counters = XNEWVAR (gcov_type, 413 new_val->hvalue.counters = XNEWVAR (gcov_type, 462 new_val->hvalue.counters = XNEWVAR (gcov_type, sizeof (*new_val->hvalue.counters) * new_val->n_counters); 574 gcov_type *count, gcov_type *all, profile_count bb_count_d) 576 gcov_type bb_count = bb_count_d.ipa ().to_gcov_type () [all...] |
| auto-profile.cc | 131 typedef std::map<unsigned, gcov_type> icall_target_map; 142 gcov_type count; 208 gcov_type head_count); 219 gcov_type 224 gcov_type 241 gcov_type find_icall_target_map (gcall *stmt, icall_target_map *map) const; 244 gcov_type total_annotated_count () const; 256 function_instance (unsigned name, gcov_type head_count) 268 gcov_type total_count_; 271 gcov_type head_count_ [all...] |
| profile.cc | 73 vec<gcov_type> bb_gcov_counts; 74 hash_map<edge,gcov_type> *edge_gcov_counts; 80 gcov_type succ_count; 81 gcov_type pred_count; 204 static gcov_type * 209 gcov_type *counts; 351 read_profile_edge_counts (gcov_type *exec_counts) 431 gcov_type *exec_counts = get_exec_counts (cfg_checksum, lineno_checksum); 443 edge_gcov_counts = new hash_map<edge,gcov_type>; 501 gcov_type total = 0 [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| profile.h | 42 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); 55 inline gcov_type & 69 extern gcov_type sum_edge_counts (vec<edge, va_gc> *edges);
|
| coverage.h | 53 extern gcov_type *get_coverage_counts (unsigned /*counter*/,
|
| value-prof.h | 51 gcov_type *counters; /* Pointer to first counter. */ 94 histogram_value hist, gcov_type *value, 95 gcov_type *count, gcov_type *all,
|
| gcov-io.h | 184 gcov_type value; 185 gcov_type count; 194 /* gcov_type is typedef'd elsewhere for the compiler */ 197 typedef int64_t gcov_type; typedef 346 gcov_type sum_max; /* Sum of individual run max values. */ 369 GCOV_LINKAGE gcov_type gcov_read_counter (void) ATTRIBUTE_HIDDEN;
|
| mcf.cc | 86 gcov_type flow; 88 gcov_type rflow; 89 gcov_type weight; 90 gcov_type cost; 91 gcov_type max_capacity; 364 add_edge (fixup_graph_type *fixup_graph, int src, int dest, gcov_type cost) 384 edge_type type, gcov_type weight, gcov_type cost, 385 gcov_type max_capacity) 399 gcov_type rflow, gcov_type cost [all...] |
| predict.h | 54 extern gcov_type get_hot_bb_threshold (void); 55 extern void set_hot_bb_threshold (gcov_type);
|
| value-prof.cc | 332 to gcov_type (a signed type) can be negative. */ 333 gcov_type value = hist->hvalue.counters[i]; 388 gcov_type total = streamer_read_gcov_count (ib); 389 gcov_type ncounters = streamer_read_gcov_count (ib); 390 new_val->hvalue.counters = XNEWVAR (gcov_type, 401 new_val->hvalue.counters = XNEWVAR (gcov_type, 450 new_val->hvalue.counters = XNEWVAR (gcov_type, sizeof (*new_val->hvalue.counters) * new_val->n_counters); 562 gcov_type *count, gcov_type *all, profile_count bb_count_d) 564 gcov_type bb_count = bb_count_d.ipa ().to_gcov_type () [all...] |
| auto-profile.cc | 133 typedef std::map<unsigned, gcov_type> icall_target_map; 144 gcov_type count; 210 gcov_type head_count); 221 gcov_type 226 gcov_type 243 gcov_type find_icall_target_map (gcall *stmt, icall_target_map *map) const; 246 gcov_type total_annotated_count () const; 258 function_instance (unsigned name, gcov_type head_count) 270 gcov_type total_count_; 273 gcov_type head_count_ [all...] |