Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-threadupdate.c1872 mark_threaded_blocks (bitmap threaded_blocks) in mark_threaded_blocks() argument
2023 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() local
2625 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-threadupdate.cc1960 fwd_jt_path_registry::mark_threaded_blocks (bitmap threaded_blocks) in mark_threaded_blocks() argument
2105 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() local
2695 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()
H A Dtree-ssa-threadupdate.h96 void mark_threaded_blocks (bitmap threaded_blocks);
H A DChangeLog-200622947 Call mark_threaded_blocks. Release the threaded_blocks
22950 (threaded_blocks): Remove.
22952 finalization of threaded_blocks. Simplify call to
H A DChangeLog-200517143 * 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