Home
last modified time | relevance | path

Searched defs:profile_record (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dcfghooks.h37 struct profile_record struct
41 int num_mismatched_freq_in[2];
43 int num_mismatched_freq_out[2];
46 int num_mismatched_count_in[2];
48 int num_mismatched_count_out[2];
50 gcov_type time[2];
52 int size[2];
54 bool run;
H A Dpasses.c1807 static struct profile_record *profile_record; variable