Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dloop-unswitch.c354 remove_path (loops, e); in unswitch_single_loop()
362 remove_path (loops, e); in unswitch_single_loop()
474 remove_path (loops, true_edge); in unswitch_loop()
475 remove_path (loops, false_edge); in unswitch_loop()
H A Dcfgloop.h260 extern bool remove_path (struct loops *, edge);
H A Dloop-unroll.c526 remove_path (loops, remove_edges[i]); in peel_loop_completely()
535 remove_path (loops, ein); in peel_loop_completely()
814 remove_path (loops, remove_edges[i]); in unroll_loop_constant_iterations()
1134 remove_path (loops, remove_edges[i]); in unroll_loop_runtime_iterations()
H A Dcfgloopmanip.c246 remove_path (struct loops *loops, edge e) in remove_path() function
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-20062361 (remove_path): Call mark_irreducible_loops if EDGE_IRREDUCIBLE_LOOP
H A DChangeLog.tree-ssa11543 (remove_path, force_single_succ_latches):
H A DChangeLog-200529373 * cfgloopmanip.c (remove_path, unloop, loop_delete_branch_edge,
/freebsd-12.1/contrib/gcc/doc/
H A Dloop.texi207 @item @code{remove_path}: Removes an edge and all blocks it dominates.