Searched refs:bitmap_insert_into_set (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-pre.cc | 539 static void bitmap_insert_into_set (bitmap_set_t, pre_expr); 786 bitmap_insert_into_set (bitmap_set_t set, pre_expr expr) in bitmap_insert_into_set() function 1021 bitmap_insert_into_set (set, expr); in bitmap_value_replace_in_set() 1803 bitmap_insert_into_set (dest, translated); in phi_translate_set() 3230 bitmap_insert_into_set (PHI_GEN (block), newphi); in insert_into_preds_of_block() 3234 bitmap_insert_into_set (NEW_SETS (block), newphi); in insert_into_preds_of_block() 3455 bitmap_insert_into_set (NEW_SETS (block), newe); in do_pre_regular_insertion() 3456 bitmap_insert_into_set (PHI_GEN (block), newe); in do_pre_regular_insertion() 3896 bitmap_insert_into_set (TMP_GEN (ENTRY_BLOCK_PTR_FOR_FN (fun)), e); in compute_avail() 3958 bitmap_insert_into_set (PHI_GEN (block), e); in compute_avail() [all …]
|
H A D | ChangeLog-2006 | 6876 (bitmap_insert_into_set): Ditto.
|
H A D | ChangeLog-2004 | 14065 value_remove_from_set_bitmap, bitmap_insert_into_set, insert_into_set, 26194 (bitmap_insert_into_set): No point in inserting the value if
|
H A D | ChangeLog-2010 | 40657 (bitmap_insert_into_set): Likewise.
|
H A D | ChangeLog-2017 | 21610 (bitmap_insert_into_set): ... this.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-pre.c | 529 static void bitmap_insert_into_set (bitmap_set_t, pre_expr); 705 bitmap_insert_into_set (bitmap_set_t set, pre_expr expr) in bitmap_insert_into_set() function 873 bitmap_insert_into_set (set, expr); in bitmap_value_replace_in_set() 1731 bitmap_insert_into_set (dest, translated); in phi_translate_set() 3126 bitmap_insert_into_set (PHI_GEN (block), newphi); in insert_into_preds_of_block() 3130 bitmap_insert_into_set (NEW_SETS (block), newphi); in insert_into_preds_of_block() 3349 bitmap_insert_into_set (NEW_SETS (block), newe); in do_pre_regular_insertion() 3765 bitmap_insert_into_set (TMP_GEN (ENTRY_BLOCK_PTR_FOR_FN (cfun)), e); in compute_avail() 3827 bitmap_insert_into_set (PHI_GEN (block), e); in compute_avail() 3863 bitmap_insert_into_set (TMP_GEN (block), e); in compute_avail()
|