Home | History | Annotate | Download | only in gcc

Lines Matching defs:count2

4433   unsigned int i, count2, j;
4493 count2 = streamer_read_uhwi (&ib);
4496 vec_safe_reserve_exact (info->conds, count2);
4497 for (j = 0; j < count2; j++)
4552 count2 = streamer_read_uhwi (&ib);
4554 if (info && count2)
4555 info->size_time_table.reserve_exact (count2);
4556 for (j = 0; j < count2; j++)
4569 count2 = streamer_read_uhwi (&ib);
4570 for (j = 0; j < count2; j++)
4583 count2 = streamer_read_uhwi (&ib);
4584 for (j = 0; j < count2; j++)
4597 count2 = streamer_read_uhwi (&ib);
4598 if (info && count2)
4599 info->builtin_constant_p_parms.reserve_exact (count2);
4600 for (j = 0; j < count2; j++)