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

/freebsd-12-stable/contrib/gcc/
H A Dcfgloopmanip.c793 basic_block *new_bbs, *bbs, *first_active; local
924 first_active = XNEWVEC (basic_block, n);
927 memcpy (first_active, bbs, n * sizeof (basic_block));
1009 memcpy (first_active, new_bbs, n * sizeof (basic_block));
1048 CDI_DOMINATORS, first_active[i], first_active_latch);
1053 free (first_active);

Completed in 105 milliseconds