Searched refs:remove_path (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/gcc/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
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | loop.texi | 207 @item @code{remove_path}: Removes an edge and all blocks it dominates.
|
H A D | gccint.info | 8104 * `remove_path': Removes an edge and all blocks it dominates.
|