Searched refs:count_init (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_iocp.c62 count_init(void) function
163 count_init();
246 count_init();
/freebsd-10-stable/contrib/gcc/
H A Dmodulo-sched.c1069 rtx count_reg, count_init;
1120 count_init = NULL_RTX;
1126 count_init = const_iteration_count (count_reg, pre_header,
1131 if (dump_file && count_init)
1162 || (count_init && (loop_count <= stage_count))
1227 if (count_reg && ! count_init)
1237 if (count_reg && count_init)
1238 SET_SRC (single_set (count_init)) = GEN_INT (loop_count
1255 if (count_reg && !count_init)
1066 rtx count_reg, count_init; local

Completed in 56 milliseconds