Searched refs:dump_jump_thread_path (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-threadupdate.c | 147 dump_jump_thread_path (FILE *dump_file, vec<jump_thread_edge *> path, in dump_jump_thread_path() function 1933 dump_jump_thread_path (dump_file, *path, false); in mark_threaded_blocks() 1970 dump_jump_thread_path (dump_file, *path, false); in mark_threaded_blocks() 2018 dump_jump_thread_path (dump_file, *path, 0); in mark_threaded_blocks() 2736 dump_jump_thread_path (dump_file, *path, false); in register_jump_thread() 2751 dump_jump_thread_path (dump_file, *path, true); in register_jump_thread()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-threadupdate.cc | 217 dump_jump_thread_path (FILE *dump_file, in dump_jump_thread_path() function 266 dump_jump_thread_path (stderr, path, true); in debug() 286 dump_jump_thread_path (dump_file, *path, false); in cancel_thread() 2875 dump_jump_thread_path (dump_file, *path, true); in register_jump_thread()
|
H A D | ChangeLog-2021 | 10927 * tree-ssa-threadupdate.c (dump_jump_thread_path): Dump out 11966 (dump_jump_thread_path): Make static. 13702 (dump_jump_thread_path): Adjust for FSM removal. 28005 (dump_jump_thread_path): Make extern.
|
H A D | ChangeLog-2013 | 17276 (dump_jump_thread_path): New function broken out from 17278 (register_jump_thread): Use dump_jump_thread_path. Change type of
|
H A D | ChangeLog-2014 | 1942 * tree-ssa-threadupdate.c (dump_jump_thread_path): Pretty print 48050 * tree-ssa-threadupdate.c (dump_jump_thread_path): Move to earlier
|
H A D | ChangeLog-2015 | 39250 * tree-ssa-threadupdate.c (dump_jump_thread_path): Print all edges
|