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

/haiku-buildtools/gcc/gcc/
H A Dpredict.c1289 widest_int loop_count = wi::div_trunc (tem, local
1318 ++loop_count;
1321 if (wi::neg_p (loop_count))
1322 loop_count = 0;
1323 if (loop_count == 0)
1325 else if (wi::cmps (compare_count, loop_count) == 1)
1330 tem = wi::udiv_trunc (tem, loop_count);
H A Dmodulo-sched.c1584 int64_t loop_count = 0;
1639 &loop_count);
1647 loop_count);
1699 || (count_init && (loop_count <= stage_count))
1707 fprintf (dump_file, "%"PRId64, loop_count);
1775 SET_SRC (single_set (count_init)) = GEN_INT (loop_count
1581 int64_t loop_count = 0; local
/haiku-buildtools/gcc/gcc/config/avr/
H A Davr.c12598 unsigned HOST_WIDE_INT loop_count;
12602 loop_count = ((cycles - 9) / 6) + 1;
12603 cycles_used = ((loop_count - 1) * 6) + 9;
12604 emit_insn (gen_delay_cycles_4 (gen_int_mode (loop_count, SImode),
12611 loop_count = ((cycles - 7) / 5) + 1;
12612 if (loop_count > 0xFFFFFF)
12613 loop_count = 0xFFFFFF;
12614 cycles_used = ((loop_count - 1) * 5) + 7;
12615 emit_insn (gen_delay_cycles_3 (gen_int_mode (loop_count, SImode),
12622 loop_count
12596 unsigned HOST_WIDE_INT loop_count; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/dsp16xx/
H A Ddsp16xx.c2228 int loop_count = INTVAL(operands[2]);
2231 fprintf (asm_out_file, "\tdo %d {\n", loop_count);
2227 int loop_count = INTVAL(operands[2]); local

Completed in 195 milliseconds