Searched refs:duplicate_thread_path (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-threadupdate.h | 118 bool duplicate_thread_path (edge entry, edge exit, basic_block *region,
|
H A D | tree-ssa-threadupdate.cc | 2394 back_jt_path_registry::duplicate_thread_path (edge entry, in duplicate_thread_path() function in back_jt_path_registry 2647 if (duplicate_thread_path (entry, exit, region, len - 1, 0)) in update_cfg()
|
H A D | ChangeLog-2017 | 8689 (duplicate_thread_path): Likewise. 10990 (duplicate_thread_path): Update. 16306 * tree-ssa-threadupdate.c (duplicate_thread_path): Remove unused 16309 duplicate_thread_path. 26090 (duplicate_thread_path): Update. 29009 (duplicate_thread_path): Update. 40241 (duplicate_thread_path): Fix profile updating.
|
H A D | ChangeLog-2021 | 9215 (back_jt_path_registry::duplicate_thread_path): Same. 13889 (jump_thread_path_registry::duplicate_thread_path): Rename... 13890 (back_jt_path_registry::duplicate_thread_path): ...to this. Also, 28029 (duplicate_thread_path): Move... 28030 (jump_thread_path_registry::duplicate_thread_path): ..here.
|
H A D | ChangeLog-2015 | 10388 * tree-ssa-threadupdate.c (duplicate_thread_path): Likewise. 17917 * tree-ssa-threadupdate.c (duplicate_thread_path): Fix up edge flags 21616 * tree-ssa-threadupdate.c (duplicate_thread_path): Fix up edge flags 21955 * tree-ssa-threadupdate.c (duplicate_thread_path): Fix up edge flags 37336 (duplicate_seme_region): Renamed duplicate_thread_path. Redirect all
|
H A D | ChangeLog-2018 | 17806 (duplicate_thread_path): Call adjust_paths_after_duplication. 17809 duplicate_thread_path.
|
H A D | ChangeLog-2016 | 22090 * tree-ssa-threadupdate.c (duplicate_thread_path): Fix off-by-one
|
H A D | ChangeLog-2019 | 22735 (duplicate_thread_path): Same.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-threadupdate.c | 2316 duplicate_thread_path (edge entry, edge exit, basic_block *region, in duplicate_thread_path() function 2594 if (duplicate_thread_path (entry, exit, region, len - 1, i)) in thread_through_all_blocks()
|