Home
last modified time | relevance | path

Searched refs:slots_filled (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dreorg.c1996 int slots_to_fill, slots_filled; in fill_simple_delay_slots() local
2052 slots_filled = 0; in fill_simple_delay_slots()
2068 slots_filled++; in fill_simple_delay_slots()
2173 slots_filled += 1; in fill_simple_delay_slots()
2314 if (slots_to_fill != slots_filled in fill_simple_delay_slots()
2347 slots_filled++; in fill_simple_delay_slots()
2362 && slots_filled != slots_to_fill) in fill_simple_delay_slots()
2394 slots_filled = 0; in fill_simple_delay_slots()
2954 slots_filled = 0; in fill_eager_delay_slots()
3017 slots_to_fill, &slots_filled, in fill_eager_delay_slots()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dreorg.c699 int slots_filled, index; in note_delay_statistics()
2068 int slots_to_fill, slots_filled; local
2124 slots_filled = 0;
2140 slots_filled++;
2245 slots_filled += 1;
2386 if (slots_to_fill != slots_filled
2417 slots_filled++;
2463 slots_filled = 0;
3029 slots_filled = 0; in fill_eager_delay_slots()
3092 slots_to_fill, &slots_filled, in fill_eager_delay_slots()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dsparc.h1903 #define ELIGIBLE_FOR_EPILOGUE_DELAY(trial, slots_filled) \ argument
1904 (TARGET_FLAT ? sparc_flat_eligible_for_epilogue_delay (trial, slots_filled) \
1905 : eligible_for_epilogue_delay (trial, slots_filled))