Searched refs:threaded_blocks (Results 1 – 5 of 5) sorted by relevance
1872 mark_threaded_blocks (bitmap threaded_blocks) in mark_threaded_blocks() argument2023 bitmap_set_bit (threaded_blocks, i); in mark_threaded_blocks()2028 bitmap_copy (threaded_blocks, tmp); in mark_threaded_blocks()2521 auto_bitmap threaded_blocks; in thread_through_all_blocks() local2625 mark_threaded_blocks (threaded_blocks); in thread_through_all_blocks()2642 if (!bitmap_empty_p (threaded_blocks)) in thread_through_all_blocks()2649 if (bitmap_bit_p (threaded_blocks, indx)) in thread_through_all_blocks()2664 || !bitmap_bit_p (threaded_blocks, loop->header->index)) in thread_through_all_blocks()
1960 fwd_jt_path_registry::mark_threaded_blocks (bitmap threaded_blocks) in mark_threaded_blocks() argument2105 bitmap_set_bit (threaded_blocks, i); in mark_threaded_blocks()2110 bitmap_copy (threaded_blocks, tmp); in mark_threaded_blocks()2694 auto_bitmap threaded_blocks; in update_cfg() local2695 mark_threaded_blocks (threaded_blocks); in update_cfg()2712 if (!bitmap_empty_p (threaded_blocks)) in update_cfg()2719 if (bitmap_bit_p (threaded_blocks, indx)) in update_cfg()2734 || !bitmap_bit_p (threaded_blocks, loop->header->index)) in update_cfg()
96 void mark_threaded_blocks (bitmap threaded_blocks);
22947 Call mark_threaded_blocks. Release the threaded_blocks22950 (threaded_blocks): Remove.22952 finalization of threaded_blocks. Simplify call to
17143 * tree-ssa-dom.c (threaded_blocks): New.17145 threaded_blocks. Update a call to thread_through_all_blocks.17146 (thread_across_edge): Use threaded_blocks instead of setting