Home
last modified time | relevance | path

Searched refs:remove_path (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcfgloopmanip.h37 extern bool remove_path (edge, bool * = NULL, bitmap = NULL);
H A Dtree-ssa-loop-manip.cc1375 remove_path (exit); in tree_transform_and_unroll_loop()
1400 ok = remove_path (e); in tree_transform_and_unroll_loop()
H A Dloop-unroll.cc645 remove_path (e); in unroll_loop_constant_iterations()
1086 remove_path (e); in unroll_loop_runtime_iterations()
H A Dtree-ssa-loop-ivcanon.cc671 bool ok = remove_path (e, irred_invalidated, in unloop_loops()
H A Dcfgloopmanip.cc300 remove_path (edge e, bool *irred_invalidated, in remove_path() function
H A DChangeLog-20064234 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 DChangeLog-20126846 (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 DChangeLog-200712584 * 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 DChangeLog-20163785 * 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 DChangeLog-20132918 * 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 DChangeLog-200330842 (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 DChangeLog-200410774 (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 DChangeLog-20091149 * cfgloopmanip.c (remove_path): Avoid cancelling loops twice.
33023 * cfgloopmanip.c (remove_path): Call remove_bbs after
H A DChangeLog-201921557 (remove_path): Same.
24430 * cfgloopmanip.c (remove_path): Likewise.
H A DChangeLog.tree-ssa11543 (remove_path, force_single_succ_latches):
H A DChangeLog-200529372 * cfgloopmanip.c (remove_path, unloop, loop_delete_branch_edge,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcfgloopmanip.h37 extern bool remove_path (edge, bool * = NULL, bitmap = NULL);
H A Dtree-ssa-loop-manip.c1368 remove_path (exit); in tree_transform_and_unroll_loop()
1387 ok = remove_path (e); in tree_transform_and_unroll_loop()
H A Dloop-unroll.c658 remove_path (e); in unroll_loop_constant_iterations()
1109 remove_path (e); in unroll_loop_runtime_iterations()
H A Dtree-ssa-loop-ivcanon.c676 bool ok = remove_path (e, irred_invalidated, in unloop_loops()
H A Dcfgloopmanip.c301 remove_path (edge e, bool *irred_invalidated, in remove_path() function
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dloop.texi237 @item @code{remove_path}: Removes an edge and all blocks it dominates.
H A Dgccint.info21508 * 'remove_path': Removes an edge and all blocks it dominates.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dloop.texi236 @item @code{remove_path}: Removes an edge and all blocks it dominates.
H A Dgccint.info20477 * 'remove_path': Removes an edge and all blocks it dominates.