Searched refs:thread_through_normal_block (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-threadedge.h | 104 int thread_through_normal_block (vec<jump_thread_edge *> *path,
|
H A D | tree-ssa-threadedge.cc | 901 jump_threader::thread_through_normal_block (vec<jump_thread_edge *> *path, in thread_through_normal_block() function in jump_threader 1080 threaded = thread_through_normal_block (path, e, visited); in thread_across_edge() 1154 found = thread_through_normal_block (path, in thread_across_edge()
|
H A D | ChangeLog.gimple-classes | 1371 (thread_through_normal_block): Likewise. 4514 (thread_through_normal_block): Likewise.
|
H A D | ChangeLog-2015 | 8076 (thread_through_normal_block): Remove backedge_seen_p argument. 8081 pass it to thread_through_normal_block or thread_through_empty_blocks. 9465 (thread_through_normal_block): Corresponding changes. 9682 (thread_through_normal_block): If we have seen a backedge, then 9690 tree-ssa-threadedge.c::thread_through_normal_block. Accept 12756 (thread_through_normal_block): Extract the name to looup via 12857 (thread_through_normal_block): Break out FSM bits and move them 15833 (thread_through_normal_block): Use record_temporary_equivalences. 15885 (thread_through_normal_block): Likewise. 17487 * tree-ssa-threadedge.c (thread_through_normal_block): Fix minor [all …]
|
H A D | ChangeLog-2021 | 11409 (jump_threader::thread_through_normal_block): Same. 11960 (jump_threader::thread_through_normal_block): Same. 14667 (jump_threader::thread_through_normal_block): Same. 14851 (jump_threader::thread_through_normal_block): Call 18776 (jump_threader::thread_through_normal_block): Record equivalences 27987 (thread_through_normal_block): Move... 27988 (jump_threader::thread_through_normal_block): ...here.
|
H A D | ChangeLog-2013 | 5205 (thread_through_normal_block): Likewise. Pass bitmaps and 9149 * tree-ssa-threadedge.c (thread_through_normal_block): Only push the 9708 (thread_through_normal_block): Similarly. 13286 * tree-ssa-threadedge.c (thread_through_normal_block): New 16095 * tree-ssa-threadedge.c (thread_through_normal_block): Broken
|
H A D | ChangeLog-2014 | 1940 (thread_through_normal_block): Call find_control_statement_thread_paths. 34764 * tree-ssa-threadedge.c (thread_through_normal_block): Correct return 39198 * tree-ssa-threadedge.c (thread_through_normal_block): Return a
|
H A D | ChangeLog-2017 | 3025 (thread_through_normal_block): Accept new argument, evrp_range_analyzer. 35688 (thread_through_normal_block, thread_across_edge): Likewise.
|
H A D | ChangeLog-2016 | 16386 (thread_through_normal_block): Likewise.
|
H A D | ChangeLog-2018 | 12191 (thread_through_normal_block): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-threadedge.c | 1038 thread_through_normal_block (edge e, in thread_through_normal_block() function 1259 threaded = thread_through_normal_block (e, dummy_cond, in thread_across_edge() 1372 found = thread_through_normal_block (path->last ()->e, dummy_cond, in thread_across_edge()
|