Searched refs:remove_path (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | loop-unswitch.c | 354 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 D | cfgloop.h | 260 extern bool remove_path (struct loops *, edge);
|
| H A D | loop-unroll.c | 526 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 D | cfgloopmanip.c | 246 remove_path (struct loops *loops, edge e) in remove_path() function
|
| 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-2006 | 2361 (remove_path): Call mark_irreducible_loops if EDGE_IRREDUCIBLE_LOOP
|
| H A D | ChangeLog.tree-ssa | 11543 (remove_path, force_single_succ_latches):
|
| H A D | ChangeLog-2005 | 29373 * cfgloopmanip.c (remove_path, unloop, loop_delete_branch_edge,
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | loop.texi | 207 @item @code{remove_path}: Removes an edge and all blocks it dominates.
|