Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcfghooks.h37 struct profile_record struct
40 double time;
43 double dyn_mismatched_prob_out;
46 double dyn_mismatched_count_in;
49 int num_mismatched_prob_out;
52 int num_mismatched_count_in;
54 int size;
56 bool run;
57 bool fdo;
H A Dpasses.cc1846 static struct profile_record *profile_record; variable
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcfghooks.h37 struct profile_record struct
41 int num_mismatched_freq_in;
43 int num_mismatched_freq_out;
46 int num_mismatched_count_in;
48 int num_mismatched_count_out;
50 gcov_type_unsigned time;
52 int size;
54 bool run;
H A Dpasses.c1795 static struct profile_record *profile_record; variable