Searched refs:bitmap_insert_into_set (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-ssa-pre.c | 527 static void bitmap_insert_into_set (bitmap_set_t, pre_expr); 702 bitmap_insert_into_set (bitmap_set_t set, pre_expr expr) in bitmap_insert_into_set() function 876 bitmap_insert_into_set (set, expr); in bitmap_value_replace_in_set() 1708 bitmap_insert_into_set (dest, translated); in phi_translate_set() 3095 bitmap_insert_into_set (PHI_GEN (block), newphi); in insert_into_preds_of_block() 3098 bitmap_insert_into_set (NEW_SETS (block), in insert_into_preds_of_block() 3314 bitmap_insert_into_set (NEW_SETS (block), newe); in do_pre_regular_insertion() 3714 bitmap_insert_into_set (TMP_GEN (ENTRY_BLOCK_PTR_FOR_FN (cfun)), e); in compute_avail() 3775 bitmap_insert_into_set (PHI_GEN (block), e); in compute_avail() 3811 bitmap_insert_into_set (TMP_GEN (block), e); in compute_avail()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-ssa-pre.c | 459 static void bitmap_insert_into_set (bitmap_set_t, pre_expr); 678 bitmap_insert_into_set (bitmap_set_t set, pre_expr expr) in bitmap_insert_into_set() function 884 bitmap_insert_into_set (set, expr); in bitmap_value_replace_in_set() 3453 bitmap_insert_into_set (PHI_GEN (block), newphi); in insert_into_preds_of_block() 3456 bitmap_insert_into_set (NEW_SETS (block), in insert_into_preds_of_block() 3630 bitmap_insert_into_set (NEW_SETS (block), newe); in do_regular_insertion() 3833 bitmap_insert_into_set (PHI_GEN (block), e); in make_values_for_phi() 3885 bitmap_insert_into_set (TMP_GEN (ENTRY_BLOCK_PTR), e); in compute_avail() 3954 bitmap_insert_into_set (TMP_GEN (block), e); in compute_avail()
|