Searched refs:ae_kill (Results 1 – 4 of 4) sorted by relevance
420 static sbitmap *ae_kill; variable1669 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()
4876 * gcse.c (compute_ae_kill): Add ae_gen and ae_kill as parameters.
15137 * gcse.c (compute_pre_data): Compute ae_kill using other local
24974 (ae_kill): Rename to st_kill, update users.