Home
last modified time | relevance | path

Searched refs:thread_through_all_blocks (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-threadupdate.h25 extern bool thread_through_all_blocks (bool);
H A Dtree-ssa-threadbackward.c825 bool changed = thread_through_all_blocks (true); in execute()
886 thread_through_all_blocks (true); in execute()
H A Dtree-ssa-dom.c777 cfg_altered |= thread_through_all_blocks (may_peel_loop_headers_p); in execute()
H A Dtree-ssa-threadupdate.c2516 thread_through_all_blocks (bool may_peel_loop_headers) in thread_through_all_blocks() function
H A Dtree-vrp.c5310 thread_through_all_blocks (false); in execute_vrp()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-threadupdate.h68 bool thread_through_all_blocks (bool peel_loop_headers);
H A Dtree-ssa-threadedge.h91 bool thread_through_all_blocks (bool may_peel_loop_headers);
H A Dtree-ssa-threadedge.cc92 jump_threader::thread_through_all_blocks (bool may_peel_loop_headers) in thread_through_all_blocks() function in jump_threader
94 return m_registry->thread_through_all_blocks (may_peel_loop_headers); in thread_through_all_blocks()
H A Dtree-ssa-threadbackward.cc903 bool changed = m_registry.thread_through_all_blocks (true); in thread_blocks()
H A Dtree-ssa-dom.cc922 cfg_altered |= threader.thread_through_all_blocks (may_peel_loop_headers_p); in execute()
H A Dtree-ssa-threadupdate.cc2588 jt_path_registry::thread_through_all_blocks (bool peel_loop_headers) in thread_through_all_blocks() function in jt_path_registry
H A DChangeLog-20218047 (back_threader::thread_through_all_blocks): Remove.
8291 (back_threader_registry::thread_through_all_blocks): Remove.
10833 * tree-vrp.c (thread_through_all_blocks): Return bool.
13894 (jt_path_registry::thread_through_all_blocks): New.
14839 * tree-ssa-threadbackward.c (back_threader::thread_through_all_blocks):
14841 (back_threader_registry::thread_through_all_blocks): Same.
17049 Add maybe_thread and thread_through_all_blocks.
17059 (thread_jumps::thread_through_all_blocks): Move to back_threader
17063 (back_threader::thread_through_all_blocks): Move from
18443 (jump_thread_path_registry::thread_through_all_blocks): Likewise.
[all …]
H A DChangeLog-200712582 * tree-ssa-threadupdate.c (thread_through_all_blocks): Use loops'
13033 * tree-ssa-threadupdate.c (thread_through_all_blocks): Record that
18941 (thread_through_all_blocks): Do not free dominance info.
19449 (thread_through_all_blocks): Ditto. Assert that loops were analysed.
19763 (thread_through_all_blocks): Call initialize_original_copy_tables
20727 (thread_through_all_blocks): Take may_peel_loop_headers argument.
20736 thread_through_all_blocks according to first_pass_instance.
20738 * tree-flow.h (thread_through_all_blocks): Declaration changed.
H A DChangeLog-20132875 * tree-ssa-threadupdate.c (thread_through_all_blocks): Likewise.
3122 thread_through_all_blocks): Likewise.
4446 * tree-ssa-threadupdate.c (thread_through_all_blocks): Do not
4922 * tree-ssa-threadupdate.c (thread_through_all_blocks): Selectively
5558 (thread_through_all_blocks): Handle threading cases which start
10095 (thread_through_all_blocks, register_jump_thread): Likewise.
12998 (thread_through_all_blocks): Document how we can have a dangling
16752 (thread_through_all_blocks): Use the vector of paths rather than
17262 * tree-flow.h (thread_through_all_blocks): Prototype moved into
H A DChangeLog-200622945 (thread_through_all_blocks): Remove unwanted argument. No
22953 thread_through_all_blocks.
22957 used to communicate with thread_through_all_blocks.
22958 * tree-flow.h (thread_through_all_blocks): Update prototype.
H A DChangeLog-20154876 (thread_through_all_blocks): Update comment.
7421 (thread_through_all_blocks): Free region vector.
7726 (thread_through_all_blocks): Simplify knowing that only the FSM
12179 * tree-ssa-threadupdate.c (thread_through_all_blocks): Bump
13407 (thread_through_all_blocks): Remove paths which include edges that
39266 (thread_through_all_blocks): Call valid_jump_thread_path.
H A DChangeLog-200515670 (thread_through_all_blocks): Initialize thread_stats.
17145 threaded_blocks. Update a call to thread_through_all_blocks.
20205 * tree-ssa-threadupdate.c (thread_through_all_blocks): Do not
30106 (thread_through_all_blocks): Bubble up boolean indicating
H A DChangeLog-20176763 * tree-ssa-threadupdate.c (thread_through_all_blocks): Thread
16308 (thread_through_all_blocks): Remove unused argument to
31076 (thread_through_all_blocks): Likewise.
35672 (execute_vrp): Do it here instead and call thread_through_all_blocks
H A DChangeLog-20141946 (thread_through_all_blocks): Generate code for EDGE_FSM_THREAD edges
3260 * tree-ssa-threadupdate.c (thread_through_all_blocks): Do not
35547 * tree-ssa-threadupdate.c (thread_through_all_blocks): Likewise.
H A DChangeLog-201816952 * tree-ssa-threadupdate.c (thread_through_all_blocks): Do not jump
17808 (thread_through_all_blocks): Add new argument to
H A DChangeLog-200420077 * tree.h (thread_through_all_blocks): Prototype.
20093 Call thread_through_all_blocks. Simplify code for cleanup
H A DChangeLog-200818938 * tree-ssa-threadupdate.c (thread_through_all_blocks): Likewise.
H A DChangeLog-201610444 * tree-ssa-threadupdate.c (thread_through_all_blocks): Remove
H A DChangeLog-201922736 (thread_through_all_blocks): Same.