Searched refs:histogram_value (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dvalue-prof.h62 typedef struct histogram_value_t *histogram_value; typedef in typeref:struct:histogram_value_t
64 DEF_VEC_P(histogram_value); variable
65 DEF_VEC_ALLOC_P(histogram_value,heap);
67 typedef VEC(histogram_value,heap) *histogram_values;
87 void (*gen_interval_profiler) (histogram_value, unsigned, unsigned);
90 void (*gen_pow2_profiler) (histogram_value, unsigned, unsigned);
93 void (*gen_one_value_profiler) (histogram_value, unsigned, unsigned);
97 void (*gen_const_delta_profiler) (histogram_value, unsigned, unsigned);
H A Dtree-profile.c125 histogram_value value)
137 tree_gen_interval_profiler (histogram_value value, unsigned tag, unsigned base)
164 tree_gen_pow2_profiler (histogram_value value, unsigned tag, unsigned base)
187 tree_gen_one_value_profiler (histogram_value value, unsigned tag, unsigned base)
211 tree_gen_const_delta_profiler (histogram_value value ATTRIBUTE_UNUSED,
H A Dvalue-prof.c120 histogram_value th = ann->histograms;
263 histogram_value histogram;
430 histogram_value histogram;
612 histogram_value histogram;
709 histogram_value hist;
732 VEC_reserve (histogram_value, heap, *values, 3);
742 VEC_quick_push (histogram_value, *values, hist);
755 VEC_quick_push (histogram_value, *values, hist);
764 VEC_quick_push (histogram_value, *values, hist);
789 histogram_value his
[all...]
H A Dprofile.c175 for (i = 0; i < VEC_length (histogram_value, values); i++)
177 histogram_value hist = VEC_index (histogram_value, values, i);
625 for (i = 0; i < VEC_length (histogram_value, values); i++)
627 histogram_value hist = VEC_index (histogram_value, values, i);
650 for (i = 0; i < VEC_length (histogram_value, values); i++)
652 histogram_value hist = VEC_index (histogram_value, values, i);
1054 VEC_free (histogram_value, hea
[all...]

Completed in 170 milliseconds