Home
last modified time | relevance | path

Searched refs:n_p_conditions (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dgraphite.c71 long n_p_conditions = 0; in print_global_statistics() local
93 n_p_conditions += bb->count; in print_global_statistics()
111 fprintf (file, "CONDITIONS:%ld, ", n_p_conditions); in print_global_statistics()
127 long n_p_conditions = 0; in print_graphite_scop_statistics() local
145 n_p_conditions += bb->count; in print_graphite_scop_statistics()
169 fprintf (file, "CONDITIONS:%ld, ", n_p_conditions); in print_graphite_scop_statistics()
H A Dgraphite-scop-detection.c1095 long n_p_conditions = 0; in print_graphite_scop_statistics() local
1113 n_p_conditions += bb->count; in print_graphite_scop_statistics()
1138 fprintf (file, "CONDITIONS:%ld, ", n_p_conditions); in print_graphite_scop_statistics()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgraphite.c75 profile_count n_p_conditions = profile_count::zero (); in print_global_statistics() local
99 n_p_conditions += bb->count; in print_global_statistics()
121 n_p_conditions.dump (file); in print_global_statistics()
139 profile_count n_p_conditions = profile_count::zero (); in print_graphite_scop_statistics() local
158 n_p_conditions += bb->count; in print_graphite_scop_statistics()
195 n_p_conditions.dump (file); in print_graphite_scop_statistics()