Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dlcm.c170 sbitmap *antout, sbitmap *avout, sbitmap *kill, in compute_earliest() argument
192 avout[pred->index]); in compute_earliest()
371 sbitmap *avin, sbitmap *avout, in pre_edge_lcm_avs() argument
400 compute_available (avloc, kill, avout, avin); in pre_edge_lcm_avs()
476 sbitmap *avin, *avout; in pre_edge_lcm() local
482 avin, avout, insert, del); in pre_edge_lcm()
484 sbitmap_vector_free (avout); in pre_edge_lcm()
494 compute_available (sbitmap *avloc, sbitmap *kill, sbitmap *avout, in compute_available() argument
509 bitmap_vector_ones (avout, last_basic_block_for_fn (cfun)); in compute_available()
557 bitmap_intersection_of_preds (avin[bb->index], avout, bb); in compute_available()
[all …]
H A Dmode-switching.c500 sbitmap *avin, *avout; in optimize_mode_switching() local
548 avout = sbitmap_vector_alloc (last_basic_block_for_fn (cfun), in optimize_mode_switching()
704 kill, avin, avout, &insert, &del); in optimize_mode_switching()
736 if (mode_bit_p (avout[bb->index], j, i)) in optimize_mode_switching()
839 sbitmap_vector_free (avout); in optimize_mode_switching()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dlcm.c180 sbitmap *antout, sbitmap *avout, sbitmap *kill, in compute_earliest() argument
205 avout[pred->index]); in compute_earliest()
383 sbitmap *avin, *avout; in pre_edge_lcm() local
406 avout = sbitmap_vector_alloc (last_basic_block, n_exprs); in pre_edge_lcm()
407 compute_available (avloc, kill, avout, avin); in pre_edge_lcm()
425 compute_earliest (edge_list, n_exprs, antin, antout, avout, kill, earliest); in pre_edge_lcm()
434 sbitmap_vector_free (avout); in pre_edge_lcm()
477 compute_available (sbitmap *avloc, sbitmap *kill, sbitmap *avout, in compute_available() argument
492 sbitmap_vector_ones (avout, last_basic_block); in compute_available()
533 sbitmap_intersection_of_preds (avin[bb->index], avout, bb->index); in compute_available()
[all …]