Home
last modified time | relevance | path

Searched refs:find_unreachable_blocks (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcfganal.h52 extern void find_unreachable_blocks (void);
H A Dcfg-flags.def47 /* Set by find_unreachable_blocks. Do not rely on this being set in any
H A Dcfganal.c143 find_unreachable_blocks (void) in find_unreachable_blocks() function
194 find_unreachable_blocks (); in verify_no_unreachable_blocks()
H A Dtree-cfgcleanup.c1575 find_unreachable_blocks (); in delete_unreachable_blocks_update_callgraph()
H A Dtree-ssa-dce.c1544 find_unreachable_blocks (); in eliminate_unnecessary_stmts()
H A Dcfgcleanup.c3033 find_unreachable_blocks (); in delete_unreachable_blocks()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcfganal.h55 extern void find_unreachable_blocks (void);
H A Dcfg-flags.def47 /* Set by find_unreachable_blocks. Do not rely on this being set in any
H A Dcfganal.cc184 find_unreachable_blocks (void) in find_unreachable_blocks() function
235 find_unreachable_blocks (); in verify_no_unreachable_blocks()
H A Dtree-cfgcleanup.cc1593 find_unreachable_blocks (); in delete_unreachable_blocks_update_callgraph()
H A Dtree-ssa-dce.cc1512 find_unreachable_blocks (); in eliminate_unnecessary_stmts()
H A Dcfgcleanup.cc3004 find_unreachable_blocks (); in delete_unreachable_blocks()
H A DChangeLog-200111668 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 DChangeLog.tree-ssa6068 * 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 DChangeLog-20132702 * 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 DChangeLog-200220204 find_unreachable_blocks, create_edge_list, verify_edge_list,
21642 find_unreachable_blocks, create_edge_list, print_edge_list,
H A DChangeLog-20084147 * graphite.c (gloog): Don't call find_unreachable_blocks
H A DChangeLog-200531116 * cfganal.c (find_unreachable_blocks): Manually CSE load of
H A DChangeLog-200410712 (find_unreachable_blocks): Likewise.