Home
last modified time | relevance | path

Searched refs:thread_block_1 (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-threadupdate.h97 bool thread_block_1 (basic_block, bool noloop_only, bool joiners);
H A Dtree-ssa-threadupdate.cc1442 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 DChangeLog-202113873 (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 DChangeLog-20135555 (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 DChangeLog-201616498 * tree-ssa-threadupdate.c (thread_block_1): Remove unnecessary
35453 (thread_block_1): Initialize new field to false by default. If we
H A DChangeLog-201416582 (thread_block_1): New duplicate_blocks bitmap,
33156 (thread_block_1): Do not cancel loops prematurely.
H A DChangeLog-201824317 * tree-ssa-threadupdate.c (thread_block_1): Only allow exits
H A DChangeLog-20172652 * tree-ssa-threadupdate.c (thread_block_1): Avoid certain jump
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-threadupdate.c1360 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()