Home
last modified time | relevance | path

Searched refs:find_jump_threads_backwards (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-threadbackward.c43 void find_jump_threads_backwards (basic_block bb, bool speed_p);
743 thread_jumps::find_jump_threads_backwards (basic_block bb, bool speed_p) in find_jump_threads_backwards() function
823 threader.find_jump_threads_backwards (bb, true); in execute()
884 threader.find_jump_threads_backwards (bb, false); in execute()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-202117075 (thread_jumps::find_jump_threads_backwards): Remove.
17077 (try_thread_blocks): Rename find_jump_threads_backwards to
18496 (thread_jumps::find_jump_threads_backwards): Call ranger threader.
27944 (thread_jumps::find_jump_threads_backwards): Set m_name. Remove
27947 find_jump_threads_backwards.
H A DChangeLog-201613448 find_jump_threads_backwards): Add speed_p parameter.
16331 (find_jump_threads_backwards): Remove redundant tests.
22615 (thread_across_edge): Remove calls to find_jump_threads_backwards.
22617 * tree-ssa-threadbackward.c (find_jump_threads_backwards): Change
34039 * tree-ssa-threadbackward.c (find_jump_threads_backwards): Just
H A DChangeLog-20175783 * tree-ssa-threadbackward.c (find_jump_threads_backwards): Fix
6117 (find_jump_threads_backwards): Rename to...
6118 (thread_jumps::find_jump_threads_backwards): ...this.
6120 (pass_thread_jumps::execute): Call find_jump_threads_backwards
16026 (find_jump_threads_backwards): Make visited_bbs live in the stack.
H A DChangeLog-20159683 do nothing. No longer call find_jump_threads_backwards here.
9684 (thread_across_edge): Use find_jump_threads_backwards to find
9689 (find_jump_threads_backwards): Setup code moved here from
9692 * tree-ssa-threadbackward.h (find_jump_threads_backwards): Update
H A DChangeLog-20195731 (thread_jumps::find_jump_threads_backwards): Likewise.