HomeSort by: relevance | last modified time | path
    Searched defs:count_init (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/libevent/dist/test/
regress_iocp.c 63 count_init(void) function
164 count_init();
247 count_init();
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress_iocp.c 64 count_init(void) function
165 count_init();
248 count_init();
  /src/external/gpl3/gcc/dist/gcc/
modulo-sched.cc 1552 rtx_insn *count_init;
1601 count_init = const_iteration_count (count_reg, pre_header, &loop_count,
1604 if (dump_file && count_init)
1661 || (count_init && (loop_count <= stage_count))
1723 if (count_init)
1730 SET_SRC (single_set (count_init)) = GEN_INT (loop_count
1549 rtx_insn *count_init; local
  /src/external/gpl3/gcc.old/dist/gcc/
modulo-sched.cc 1552 rtx_insn *count_init;
1601 count_init = const_iteration_count (count_reg, pre_header, &loop_count,
1604 if (dump_file && count_init)
1661 || (count_init && (loop_count <= stage_count))
1723 if (count_init)
1730 SET_SRC (single_set (count_init)) = GEN_INT (loop_count
1549 rtx_insn *count_init; local

Completed in 29 milliseconds