Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gcc/
HDlcm.c98 compute_antinout_edge (sbitmap *antloc, sbitmap *transp, sbitmap *antin, in compute_antinout_edge() argument
114 sbitmap_vector_ones (antin, last_basic_block); in compute_antinout_edge()
153 sbitmap_intersection_of_succs (antout[bb->index], antin, bb->index); in compute_antinout_edge()
156 if (sbitmap_a_or_b_and_c_cg (antin[bb->index], antloc[bb->index], in compute_antinout_edge()
180 compute_earliest (struct edge_list *edge_list, int n_exprs, sbitmap *antin, in compute_earliest() argument
198 sbitmap_copy (earliest[x], antin[succ->index]); in compute_earliest()
205 sbitmap_difference (difference, antin[succ->index], in compute_earliest()
383 sbitmap *antin, *antout, *earliest; in pre_edge_lcm() local
412 antin = sbitmap_vector_alloc (last_basic_block, n_exprs); in pre_edge_lcm()
414 compute_antinout_edge (antloc, transp, antin, antout); in pre_edge_lcm()
[all …]