Searched refs:n_loops (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | graphite.cc | 68 long n_loops = 0; in print_global_statistics() local 90 n_loops++; in print_global_statistics() 111 fprintf (file, "LOOPS:%ld, ", n_loops); in print_global_statistics() 132 long n_loops = 0; in print_graphite_scop_statistics() local 168 n_loops++; in print_graphite_scop_statistics() 185 fprintf (file, "LOOPS:%ld, ", n_loops); in print_graphite_scop_statistics()
|
H A D | lto-streamer-in.cc | 1080 unsigned n_loops = streamer_read_uhwi (ib); in input_cfg() local 1081 if (n_loops == 0) in input_cfg() 1085 init_loops_structure (fn, loops, n_loops); in input_cfg() 1090 for (unsigned i = 1; i < n_loops; ++i) in input_cfg()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | graphite.c | 68 long n_loops = 0; in print_global_statistics() local 90 n_loops++; in print_global_statistics() 111 fprintf (file, "LOOPS:%ld, ", n_loops); in print_global_statistics() 132 long n_loops = 0; in print_graphite_scop_statistics() local 168 n_loops++; in print_graphite_scop_statistics() 185 fprintf (file, "LOOPS:%ld, ", n_loops); in print_graphite_scop_statistics()
|
H A D | lto-streamer-in.c | 1093 unsigned n_loops = streamer_read_uhwi (ib); 1094 if (n_loops == 0) 1098 init_loops_structure (fn, loops, n_loops); 1103 for (unsigned i = 1; i < n_loops; ++i)
|