Searched refs:threaded_blocks (Results 1 – 3 of 3) sorted by relevance
839 mark_threaded_blocks (bitmap threaded_blocks) in mark_threaded_blocks() argument849 bitmap_set_bit (threaded_blocks, e->dest->index); in mark_threaded_blocks()868 bitmap threaded_blocks; in thread_through_all_blocks() local873 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()
15862 Call mark_threaded_blocks. Release the threaded_blocks15865 (threaded_blocks): Remove.15867 finalization of threaded_blocks. Simplify call to
17144 * 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