Searched refs:thread_around_empty_blocks (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-threadedge.c | 896 thread_around_empty_blocks (edge taken_edge, in thread_around_empty_blocks() function 946 return thread_around_empty_blocks (taken_edge, in thread_around_empty_blocks() 996 thread_around_empty_blocks (taken_edge, in thread_around_empty_blocks() 1148 thread_around_empty_blocks (taken_edge, in thread_through_normal_block() 1364 found = thread_around_empty_blocks (taken_edge, in thread_across_edge()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-threadedge.cc | 787 jump_threader::thread_around_empty_blocks (vec<jump_thread_edge *> *path, in thread_around_empty_blocks() function in jump_threader 833 return thread_around_empty_blocks (path, taken_edge, visited); in thread_around_empty_blocks() 875 thread_around_empty_blocks (path, taken_edge, visited); in thread_around_empty_blocks() 992 thread_around_empty_blocks (path, taken_edge, visited); in thread_through_normal_block() 1151 found = thread_around_empty_blocks (path, taken_edge, visited); in thread_across_edge()
|
H A D | tree-ssa-threadedge.h | 102 bool thread_around_empty_blocks (vec<class jump_thread_edge *> *path,
|
H A D | ChangeLog.gimple-classes | 1370 (thread_around_empty_blocks): Likewise. 4513 (thread_around_empty_blocks): Likewise.
|
H A D | ChangeLog-2021 | 11408 (jump_threader::thread_around_empty_blocks): Update state. 11959 (jump_threader::thread_around_empty_blocks): Same. 14850 (jump_threader::thread_around_empty_blocks): Call has_phis_p. 18774 (jump_threader::thread_around_empty_blocks): Remove obsolete 27985 (thread_around_empty_blocks): Move... 27986 (jump_threader::thread_around_empty_blocks): ...here.
|
H A D | ChangeLog-2013 | 5203 (thread_around_empty_blocks): If we have seen a backedge, then 9706 * tree-ssa-threadedge.c (thread_around_empty_blocks): New argument 17269 (thread_around_empty_blocks): Change type of path vector argument to 19145 * tree-ssa-threadedge.c (thread_around_empty_blocks): Correct 19206 * tree-ssa-threadedge.c (thread_around_empty_blocks): Fix thinko 20036 * tree-ssa-threadedge.c (thread_around_empty_blocks): Renamed
|
H A D | ChangeLog-2015 | 8073 (thread_around_empty_blocks): Remove backedge_seen_p argument. 8078 thread_around_empty_blocks. Remove checks on backedge_seen_p. 15884 (thread_around_empty_blocks): Likewise.
|
H A D | ChangeLog-2018 | 7321 * tree-ssa-threadedge.c (thread_around_empty_blocks): Handle 12190 * tree-ssa-threadedge.c (thread_around_empty_blocks): Likewise.
|
H A D | ChangeLog-2016 | 16383 (thread_around_empty_blocks): Adjust to handle
|