Home | History | Annotate | Download | only in gcc

Lines Matching defs:steps

235 		    + hist->hdata.intvl.steps - 1));
238 for (i = 0; i < hist->hdata.intvl.steps; i++)
243 if (i != hist->hdata.intvl.steps - 1)
324 streamer_write_uhwi (ob, hist->hdata.intvl.steps);
375 new_val->hdata.intvl.steps = streamer_read_uhwi (ib);
376 ncounters = new_val->hdata.intvl.steps + 2;
1136 unsigned int i, steps;
1158 for (i = 0; i < histogram->hdata.intvl.steps; i++)
1163 steps = histogram->hdata.intvl.steps;
1182 for (i = 0; i < histogram->hdata.intvl.steps; i++)
1188 if (i == steps
1208 /* In practice, "steps" is always 2. This interface reflects this,
1209 and will need to be changed if "steps" can change. */
1836 hist->hdata.intvl.steps = 2;
1937 hist->n_counters = hist->hdata.intvl.steps + 2;