Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgcse.cc420 static sbitmap *ae_kill; variable
1669 ae_kill = sbitmap_vector_alloc (n_blocks, n_exprs); in alloc_pre_mem()
1873 bitmap_vector_clear (ae_kill, last_basic_block_for_fn (cfun)); in compute_pre_data()
1882 bitmap_ior (ae_kill[bb->index], transp[bb->index], comp[bb->index]); in compute_pre_data()
1883 bitmap_not (ae_kill[bb->index], ae_kill[bb->index]); in compute_pre_data()
1887 ae_kill, &pre_insert_map, &pre_delete_map); in compute_pre_data()
1890 sbitmap_vector_free (ae_kill); in compute_pre_data()
1891 ae_kill = NULL; in compute_pre_data()
DChangeLog-19994876 * gcse.c (compute_ae_kill): Add ae_gen and ae_kill as parameters.
DChangeLog-200015137 * gcse.c (compute_pre_data): Compute ae_kill using other local
DChangeLog-200924974 (ae_kill): Rename to st_kill, update users.