Searched refs:blocks_with_phis_to_rewrite (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/gcc/
H A Dtree-into-ssa.c135 static bitmap blocks_with_phis_to_rewrite; variable
1101 if (!blocks_with_phis_to_rewrite)
1104 bitmap_set_bit (blocks_with_phis_to_rewrite, idx);
1863 if (!bitmap_bit_p (blocks_with_phis_to_rewrite, e->dest->index))
2962 blocks_with_phis_to_rewrite = BITMAP_ALLOC (NULL);
3145 EXECUTE_IF_SET_IN_BITMAP (blocks_with_phis_to_rewrite, 0, i, bi)
3152 BITMAP_FREE (blocks_with_phis_to_rewrite);

Completed in 51 milliseconds