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

/haiku-buildtools/gcc/gcc/
H A Dmodulo-sched.c1178 rtx count_reg, rtx count_init)
1187 if (!count_init)
1191 (count_init), this constant is adjusted by STAGE_COUNT in
1582 rtx_insn *count_init;
1632 count_init = NULL;
1638 count_init = const_iteration_count (count_reg, pre_header,
1643 if (dump_file && count_init)
1699 || (count_init && (loop_count <= stage_count))
1760 if (count_reg && ! count_init)
1774 if (count_reg && count_init)
1174 generate_prolog_epilog(partial_schedule_ptr ps, struct loop *loop, rtx count_reg, rtx count_init) argument
1579 rtx_insn *count_init; local
[all...]

Completed in 35 milliseconds