Home
last modified time | relevance | path

Searched refs:first_index (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dbitmap.cc1656 unsigned int first_index, end_bit_plus1, last_index; in bitmap_set_range() local
1671 first_index = start / BITMAP_ELEMENT_ALL_BITS; in bitmap_set_range()
1674 elt = bitmap_list_find_element (head, first_index); in bitmap_set_range()
1683 elt->indx = first_index; in bitmap_set_range()
1687 gcc_checking_assert (elt->indx == first_index); in bitmap_set_range()
1689 for (i = first_index; i <= last_index; i++) in bitmap_set_range()
1764 unsigned int first_index, end_bit_plus1, last_index; in bitmap_clear_range() local
1778 first_index = start / BITMAP_ELEMENT_ALL_BITS; in bitmap_clear_range()
1781 elt = bitmap_list_find_element (head, first_index); in bitmap_clear_range()
1790 if (head->indx < first_index) in bitmap_clear_range()
Ddf-problems.cc2492 unsigned int first_index = DF_DEFS_BEGIN (uregno); in df_chain_create_bb_process_use() local
2493 unsigned int last_index = first_index + count - 1; in df_chain_create_bb_process_use()
2495 EXECUTE_IF_SET_IN_BITMAP (local_rd, first_index, def_index, bi) in df_chain_create_bb_process_use()