/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | cfgloopmanip.h | 37 extern bool remove_path (edge, bool * = NULL, bitmap = NULL);
|
H A D | tree-ssa-loop-manip.cc | 1375 remove_path (exit); in tree_transform_and_unroll_loop() 1400 ok = remove_path (e); in tree_transform_and_unroll_loop()
|
H A D | loop-unroll.cc | 645 remove_path (e); in unroll_loop_constant_iterations() 1086 remove_path (e); in unroll_loop_runtime_iterations()
|
H A D | tree-ssa-loop-ivcanon.cc | 671 bool ok = remove_path (e, irred_invalidated, in unloop_loops()
|
H A D | cfgloopmanip.cc | 300 remove_path (edge e, bool *irred_invalidated, in remove_path() function
|
H A D | ChangeLog-2006 | 4234 remove_path, add_loop, loopify, unloop, fix_loop_placements, 4301 loopify, loop_version, remove_path, unswitch_loops, 5010 (remove_path): Ensure that in delete_basic_blocks, the loops 9445 (remove_path): Call mark_irreducible_loops if EDGE_IRREDUCIBLE_LOOP
|
H A D | ChangeLog-2012 | 6846 (remove_path): Update. 14686 (remove_path): Likewise. 35049 * cfgloopmanip.c (remove_path): Walk loop hiearchy upwards when 35407 * cfgloopmanip.c (remove_path): Removing path making irreducible
|
H A D | ChangeLog-2007 | 12584 * cfgloopmanip.c (remove_path, create_preheaders, 18902 * cfgloopmanip.c (remove_path, loopify, duplicate_loop_to_header_edge): 21150 * cfgloopmanip.c (fix_bb_placement, fix_loop_placement, remove_path, 30204 (remove_path): Use can_remove_branch_p and remove_branch instead
|
H A D | ChangeLog-2016 | 3785 * cfgloopmanip.h (remove_path): Add irred_invalidated and 3787 * cfgloopmanip.c (remove_path): Likewise, pass them along to 3792 to remove_path. 17240 (remove_path): Likewise.
|
H A D | ChangeLog-2013 | 2918 * cfgloopmanip.c (fix_bb_placements, remove_path, 6207 (remove_path): Remove usage of EXIT_BLOCK_PTR macro. 7386 (remove_path): Likewise. 25311 * cfgloopmanip.c (remove_path): Exit loop after setting
|
H A D | ChangeLog-2003 | 30842 (find_path, remove_path): Add ability to remove enclosing loops. 33347 duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb): 33357 duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb):
|
H A D | ChangeLog-2004 | 10774 (remove_path): Likewise. 14808 cfgloopmanip.c (find_path, remove_path, loop_delete_branch_edge, 35417 (remove_path): Adjust call to fix_loop_placements.
|
H A D | ChangeLog-2009 | 1149 * cfgloopmanip.c (remove_path): Avoid cancelling loops twice. 33023 * cfgloopmanip.c (remove_path): Call remove_bbs after
|
H A D | ChangeLog-2019 | 21557 (remove_path): Same. 24430 * cfgloopmanip.c (remove_path): Likewise.
|
H A D | ChangeLog.tree-ssa | 11543 (remove_path, force_single_succ_latches):
|
H A D | ChangeLog-2005 | 29372 * cfgloopmanip.c (remove_path, unloop, loop_delete_branch_edge,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | cfgloopmanip.h | 37 extern bool remove_path (edge, bool * = NULL, bitmap = NULL);
|
H A D | tree-ssa-loop-manip.c | 1368 remove_path (exit); in tree_transform_and_unroll_loop() 1387 ok = remove_path (e); in tree_transform_and_unroll_loop()
|
H A D | loop-unroll.c | 658 remove_path (e); in unroll_loop_constant_iterations() 1109 remove_path (e); in unroll_loop_runtime_iterations()
|
H A D | tree-ssa-loop-ivcanon.c | 676 bool ok = remove_path (e, irred_invalidated, in unloop_loops()
|
H A D | cfgloopmanip.c | 301 remove_path (edge e, bool *irred_invalidated, in remove_path() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | loop.texi | 237 @item @code{remove_path}: Removes an edge and all blocks it dominates.
|
H A D | gccint.info | 21508 * 'remove_path': Removes an edge and all blocks it dominates.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | loop.texi | 236 @item @code{remove_path}: Removes an edge and all blocks it dominates.
|
H A D | gccint.info | 20477 * 'remove_path': Removes an edge and all blocks it dominates.
|