Home
last modified time | relevance | path

Searched refs:ae_kill (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgcse.c537 static sbitmap *ae_kill, *ae_gen, *ae_in, *ae_out; variable
3031 ae_kill = (sbitmap *) sbitmap_vector_alloc (n_blocks, n_exprs);
3032 sbitmap_vector_zero (ae_kill, n_blocks);
3047 sbitmap_vector_free (ae_kill); in free_avail_expr_mem()
3139 compute_ae_kill (ae_gen, ae_kill, expr_hash_table) in compute_ae_kill() argument
3140 sbitmap *ae_gen, *ae_kill; in compute_ae_kill()
3156 SET_BIT (ae_kill[bb->index], expr->bitmap_index);
3207 else if (TEST_BIT (ae_kill[pred_bb->index], expr->bitmap_index))
3649 compute_ae_kill (ae_gen, ae_kill, &expr_hash_table);
3650 compute_available (ae_gen, ae_kill, ae_out, ae_in);
[all …]
H A DChangeLog.415131 * gcse.c (compute_pre_data): Compute ae_kill using other local
H A DChangeLog.24876 * gcse.c (compute_ae_kill): Add ae_gen and ae_kill as parameters.
/openbsd-src/gnu/gcc/gcc/
H A Dsee.c645 static sbitmap *ae_kill = NULL; variable
1284 sbitmap_vector_free (ae_kill); in see_free_data_structures()
1285 ae_kill = NULL; in see_free_data_structures()
1876 RESET_BIT (ae_kill[bb_num], indx); in see_analyze_merged_def_local_prop()
1942 SET_BIT (ae_kill[bb_num], indx); in see_analyze_unmerged_def_local_prop()
2033 RESET_BIT (ae_kill[bb_num], indx); in see_analyze_use_local_prop()
2110 ae_kill = sbitmap_vector_alloc (last_bb, pre_extension_num); in see_execute_LCM()
2114 sbitmap_vector_zero (ae_kill, last_bb); in see_execute_LCM()
2133 ae_kill, &pre_insert_map, &pre_delete_map); in see_execute_LCM()
H A Dgcse.c513 static sbitmap *ae_kill, *ae_gen; variable
3782 ae_kill = sbitmap_vector_alloc (n_blocks, n_exprs); in alloc_pre_mem()
3820 sbitmap_vector_zero (ae_kill, last_basic_block); in compute_pre_data()
3855 sbitmap_a_or_b (ae_kill[bb->index], transp[bb->index], comp[bb->index]); in compute_pre_data()
3856 sbitmap_not (ae_kill[bb->index], ae_kill[bb->index]); in compute_pre_data()
3860 ae_kill, &pre_insert_map, &pre_delete_map); in compute_pre_data()
3863 sbitmap_vector_free (ae_kill); in compute_pre_data()
3864 ae_kill = NULL; in compute_pre_data()
6083 ae_kill = sbitmap_vector_alloc (last_basic_block, num_stores); in build_store_vectors()
6084 sbitmap_vector_zero (ae_kill, last_basic_block); in build_store_vectors()
[all …]