Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/
Dtree-ssa-threadupdate.c839 mark_threaded_blocks (bitmap threaded_blocks) in mark_threaded_blocks() argument
849 bitmap_set_bit (threaded_blocks, e->dest->index); in mark_threaded_blocks()
868 bitmap threaded_blocks; in thread_through_all_blocks() local
873 threaded_blocks = BITMAP_ALLOC (NULL); in thread_through_all_blocks()
876 mark_threaded_blocks (threaded_blocks); in thread_through_all_blocks()
878 EXECUTE_IF_SET_IN_BITMAP (threaded_blocks, 0, i, bi) in thread_through_all_blocks()
890 BITMAP_FREE (threaded_blocks); in thread_through_all_blocks()
891 threaded_blocks = NULL; in thread_through_all_blocks()
DChangeLog-200615862 Call mark_threaded_blocks. Release the threaded_blocks
15865 (threaded_blocks): Remove.
15867 finalization of threaded_blocks. Simplify call to
DChangeLog-200517144 * tree-ssa-dom.c (threaded_blocks): New.
17146 threaded_blocks. Update a call to thread_through_all_blocks.
17147 (thread_across_edge): Use threaded_blocks instead of setting