Searched refs:thread_block_1 (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-threadupdate.h | 97 bool thread_block_1 (basic_block, bool noloop_only, bool joiners);
|
H A D | tree-ssa-threadupdate.cc | 1442 fwd_jt_path_registry::thread_block_1 (basic_block bb, in thread_block_1() function in fwd_jt_path_registry 1626 retval = thread_block_1 (bb, noloop_only, false); in thread_block() 1627 retval |= thread_block_1 (bb, noloop_only, true); in thread_block()
|
H A D | ChangeLog-2021 | 13873 (jump_thread_path_registry::thread_block_1): Rename... 13874 (fwd_jt_path_registry::thread_block_1): ...to this. 14864 (jump_thread_path_registry::thread_block_1): Use cancel_thread. 28013 (thread_block_1): Move... 28014 (jump_thread_path_registry::thread_block_1): ...here.
|
H A D | ChangeLog-2013 | 5555 (thread_block_1): Do not cancel jump threads which go from 6046 * tree-ssa-threadupdate.c (thread_block_1): Improve code to detect 10093 (ssa_redirect_edges, thread_block_1): Use it. 12992 * tree-ssa-threadupdate.c (thread_block_1): Renamed from thread_block. 12995 (thread_block): New. Call thread_block_1.
|
H A D | ChangeLog-2016 | 16498 * tree-ssa-threadupdate.c (thread_block_1): Remove unnecessary 35453 (thread_block_1): Initialize new field to false by default. If we
|
H A D | ChangeLog-2014 | 16582 (thread_block_1): New duplicate_blocks bitmap, 33156 (thread_block_1): Do not cancel loops prematurely.
|
H A D | ChangeLog-2018 | 24317 * tree-ssa-threadupdate.c (thread_block_1): Only allow exits
|
H A D | ChangeLog-2017 | 2652 * tree-ssa-threadupdate.c (thread_block_1): Avoid certain jump
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-threadupdate.c | 1360 thread_block_1 (basic_block bb, bool noloop_only, bool joiners) in thread_block_1() function 1539 retval = thread_block_1 (bb, noloop_only, false); in thread_block() 1540 retval |= thread_block_1 (bb, noloop_only, true); in thread_block()
|