Lines Matching refs:function
58 struct function *fun;
78 histogram_value gimple_alloc_histogram_value (struct function *, enum hist_type,
80 histogram_value gimple_histogram_value (struct function *, gimple *);
81 histogram_value gimple_histogram_value_of_type (struct function *, gimple *,
83 void gimple_add_histogram_value (struct function *, gimple *, histogram_value);
84 void dump_histograms_for_stmt (struct function *, FILE *, gimple *);
85 void gimple_remove_histogram_value (struct function *, gimple *, histogram_value);
86 void gimple_remove_stmt_histograms (struct function *, gimple *);
87 void gimple_duplicate_stmt_histograms (struct function *, gimple *,
88 struct function *, gimple *);
89 void gimple_move_stmt_histograms (struct function *, gimple *, gimple *);
91 void free_histograms (function *);