Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/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
/openbsd/gnu/gcc/gcc/doc/
H A Dloop.texi207 @item @code{remove_path}: Removes an edge and all blocks it dominates.
H A Dgccint.info8104 * `remove_path': Removes an edge and all blocks it dominates.