Home | History | Annotate | Download | only in gcc

Lines Matching defs:ae_kill

423 static sbitmap *ae_kill;
1680 ae_kill = sbitmap_vector_alloc (n_blocks, n_exprs);
1693 /* ANTLOC and AE_KILL are freed just after pre_lcm finishes. */
1884 bitmap_vector_clear (ae_kill, last_basic_block_for_fn (cfun));
1886 /* Compute ae_kill for each basic block using:
1893 bitmap_ior (ae_kill[bb->index], transp[bb->index], comp[bb->index]);
1894 bitmap_not (ae_kill[bb->index], ae_kill[bb->index]);
1898 ae_kill, &pre_insert_map, &pre_delete_map);
1901 sbitmap_vector_free (ae_kill);
1902 ae_kill = NULL;