Searched refs:find_unreachable_blocks (Results 1 – 19 of 19) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | cfganal.h | 52 extern void find_unreachable_blocks (void);
|
H A D | cfg-flags.def | 47 /* Set by find_unreachable_blocks. Do not rely on this being set in any
|
H A D | cfganal.c | 143 find_unreachable_blocks (void) in find_unreachable_blocks() function 194 find_unreachable_blocks (); in verify_no_unreachable_blocks()
|
H A D | tree-cfgcleanup.c | 1575 find_unreachable_blocks (); in delete_unreachable_blocks_update_callgraph()
|
H A D | tree-ssa-dce.c | 1544 find_unreachable_blocks (); in eliminate_unnecessary_stmts()
|
H A D | cfgcleanup.c | 3033 find_unreachable_blocks (); in delete_unreachable_blocks()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | cfganal.h | 55 extern void find_unreachable_blocks (void);
|
H A D | cfg-flags.def | 47 /* Set by find_unreachable_blocks. Do not rely on this being set in any
|
H A D | cfganal.cc | 184 find_unreachable_blocks (void) in find_unreachable_blocks() function 235 find_unreachable_blocks (); in verify_no_unreachable_blocks()
|
H A D | tree-cfgcleanup.cc | 1593 find_unreachable_blocks (); in delete_unreachable_blocks_update_callgraph()
|
H A D | tree-ssa-dce.cc | 1512 find_unreachable_blocks (); in eliminate_unnecessary_stmts()
|
H A D | cfgcleanup.cc | 3004 find_unreachable_blocks (); in delete_unreachable_blocks()
|
H A D | ChangeLog-2001 | 11668 find_unreachable_blocks, create_edge_list, free_edge_list, 13265 (find_unreachable_blocks): Set BB_REACHABLE bit in bb->flags when 20216 previous change (call to find_unreachable_blocks was lost). 20244 * flow.c (find_unreachable_blocks): New function. 20245 (delete_unreachable_blocks): Use find_unreachable_blocks. 20246 * basic-block.h (find_unreachable_blocks): Declare.
|
H A D | ChangeLog.tree-ssa | 6068 * tree-cfg.c (find_unreachable_blocks): Remove now incorrect comments. 19095 * flow.c (find_unreachable_blocks): Use BB_REACHABLE bit in bb->flags 19156 (find_unreachable_blocks): Use field 'reachable' when computing
|
H A D | ChangeLog-2013 | 2702 * cfganal.c (find_unreachable_blocks, add_noreturn_fake_exit_edges, 6168 (find_unreachable_blocks): Remove usage of ENTRY_BLOCK_PTR macro. 7377 (find_unreachable_blocks): Likewise.
|
H A D | ChangeLog-2002 | 20204 find_unreachable_blocks, create_edge_list, verify_edge_list, 21642 find_unreachable_blocks, create_edge_list, print_edge_list,
|
H A D | ChangeLog-2008 | 4147 * graphite.c (gloog): Don't call find_unreachable_blocks
|
H A D | ChangeLog-2005 | 31116 * cfganal.c (find_unreachable_blocks): Manually CSE load of
|
H A D | ChangeLog-2004 | 10712 (find_unreachable_blocks): Likewise.
|