Lines Matching defs:first_index
1668 unsigned int first_index, end_bit_plus1, last_index;
1683 first_index = start / BITMAP_ELEMENT_ALL_BITS;
1686 elt = bitmap_list_find_element (head, first_index);
1695 elt->indx = first_index;
1699 gcc_checking_assert (elt->indx == first_index);
1701 for (i = first_index; i <= last_index; i++)
1776 unsigned int first_index, end_bit_plus1, last_index;
1790 first_index = start / BITMAP_ELEMENT_ALL_BITS;
1793 elt = bitmap_list_find_element (head, first_index);
1802 if (head->indx < first_index)