Lines Matching defs:slots_filled

730 note_delay_statistics (int slots_filled, int index)
733 if (slots_filled > MAX_DELAY_HISTOGRAM)
734 slots_filled = MAX_DELAY_HISTOGRAM;
735 num_filled_delays[index][slots_filled][reorg_pass_number]++;
2012 int slots_to_fill, slots_filled;
2068 slots_filled = 0;
2079 && eligible_for_delay (insn, slots_filled, trial, flags)
2084 slots_filled++;
2123 if (slots_filled < slots_to_fill)
2155 if (eligible_for_delay (insn, slots_filled, trial, flags))
2167 if (slots_to_fill == ++slots_filled)
2182 if (slots_filled != slots_to_fill
2189 slots_filled += 1;
2206 if (slots_filled != slots_to_fill
2294 && eligible_for_delay (insn, slots_filled, trial, flags)
2306 if (slots_to_fill == ++slots_filled)
2330 if (slots_to_fill != slots_filled
2347 && eligible_for_delay (insn, slots_filled, next_trial, flags)
2363 slots_filled++;
2378 && slots_filled != slots_to_fill)
2385 slots_to_fill, &slots_filled,
2390 = emit_delay_sequence (insn, delay_list, slots_filled);
2392 if (slots_to_fill == slots_filled)
2395 note_delay_statistics (slots_filled, 0);
2410 slots_filled = 0;
2458 if (ELIGIBLE_FOR_EPILOGUE_DELAY (trial, slots_filled))
2473 if (slots_to_fill == ++slots_filled)
2483 note_delay_statistics (slots_filled, 0);
2948 int prediction, slots_to_fill, slots_filled;
2972 slots_filled = 0;
3009 slots_to_fill, &slots_filled, delay_list);
3024 slots_to_fill, &slots_filled,
3035 slots_to_fill, &slots_filled,
3043 slots_to_fill, &slots_filled,
3049 = emit_delay_sequence (insn, delay_list, slots_filled);
3051 if (slots_to_fill == slots_filled)
3054 note_delay_statistics (slots_filled, 1);