Searched refs:first_index (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | bitmap.c | 1186 unsigned int first_index, end_bit_plus1, last_index; in bitmap_set_range() local 1193 first_index = start / BITMAP_ELEMENT_ALL_BITS; in bitmap_set_range() 1205 elt->indx = first_index; in bitmap_set_range() 1209 gcc_checking_assert (elt->indx == first_index); in bitmap_set_range() 1211 for (i = first_index; i <= last_index; i++) in bitmap_set_range() 1286 unsigned int first_index, end_bit_plus1, last_index; in bitmap_clear_range() local 1292 first_index = start / BITMAP_ELEMENT_ALL_BITS; in bitmap_clear_range() 1304 if (head->indx < first_index) in bitmap_clear_range()
|
H A D | df-problems.c | 2034 unsigned int first_index = DF_DEFS_BEGIN (uregno); in df_chain_create_bb_process_use() local 2035 unsigned int last_index = first_index + count - 1; in df_chain_create_bb_process_use() 2037 EXECUTE_IF_SET_IN_BITMAP (local_rd, first_index, def_index, bi) in df_chain_create_bb_process_use()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | bitmap.c | 1190 unsigned int first_index, end_bit_plus1, last_index; in bitmap_set_range() local 1203 first_index = start / BITMAP_ELEMENT_ALL_BITS; in bitmap_set_range() 1215 elt->indx = first_index; in bitmap_set_range() 1219 gcc_checking_assert (elt->indx == first_index); in bitmap_set_range() 1221 for (i = first_index; i <= last_index; i++) in bitmap_set_range() 1296 unsigned int first_index, end_bit_plus1, last_index; in bitmap_clear_range() local 1308 first_index = start / BITMAP_ELEMENT_ALL_BITS; in bitmap_clear_range() 1320 if (head->indx < first_index) in bitmap_clear_range()
|
H A D | df-problems.c | 2430 unsigned int first_index = DF_DEFS_BEGIN (uregno); in df_chain_create_bb_process_use() local 2431 unsigned int last_index = first_index + count - 1; in df_chain_create_bb_process_use() 2433 EXECUTE_IF_SET_IN_BITMAP (local_rd, first_index, def_index, bi) in df_chain_create_bb_process_use()
|