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

/freebsd-10-stable/contrib/gcc/
H A Dtree-ssa-threadupdate.c839 mark_threaded_blocks (bitmap threaded_blocks) argument
849 bitmap_set_bit (threaded_blocks, e->dest->index);
868 bitmap threaded_blocks; local
873 threaded_blocks = BITMAP_ALLOC (NULL);
876 mark_threaded_blocks (threaded_blocks);
878 EXECUTE_IF_SET_IN_BITMAP (threaded_blocks, 0, i, bi)
890 BITMAP_FREE (threaded_blocks);
891 threaded_blocks = NULL;

Completed in 93 milliseconds