Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgraphite.c70 long n_p_stmts = 0; in print_global_statistics() local
99 n_p_stmts += bb->count; in print_global_statistics()
112 fprintf (file, "STMTS:%ld)\n", n_p_stmts); in print_global_statistics()
126 long n_p_stmts = 0; in print_graphite_scop_statistics() local
151 n_p_stmts += bb->count; in print_graphite_scop_statistics()
170 fprintf (file, "STMTS:%ld)\n", n_p_stmts); in print_graphite_scop_statistics()
H A Dgraphite-scop-detection.c1094 long n_p_stmts = 0; in print_graphite_scop_statistics() local
1119 n_p_stmts += bb->count; in print_graphite_scop_statistics()
1139 fprintf (file, "STMTS:%ld)\n", n_p_stmts); in print_graphite_scop_statistics()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgraphite.c74 profile_count n_p_stmts = profile_count::zero (); in print_global_statistics() local
106 n_p_stmts += bb->count; in print_global_statistics()
123 n_p_stmts.dump (file); in print_global_statistics()
138 profile_count n_p_stmts = profile_count::zero (); in print_graphite_scop_statistics() local
164 n_p_stmts += bb->count; in print_graphite_scop_statistics()
197 n_p_stmts.dump (file); in print_graphite_scop_statistics()