Home
last modified time | relevance | path

Searched refs:get_loop_exit_edges (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dcfgloop.h212 extern edge *get_loop_exit_edges (const struct loop *, unsigned *);
H A Dtree-ssa-loop-niter.c1180 edge *exits = get_loop_exit_edges (loop, &n_exits); in find_loop_niter()
1474 edge *exits = get_loop_exit_edges (loop, &n_exits); in find_loop_niter_by_eval()
1867 exits = get_loop_exit_edges (loop, &n_exits); in estimate_numbers_of_iterations_loop()
H A Dcfgloop.c919 get_loop_exit_edges (const struct loop *loop, unsigned int *num_edges) in get_loop_exit_edges() function
H A Dtree-ssa-loop-im.c1368 edge *exits = get_loop_exit_edges (loop, &n_exits); in determine_lsm_loop()
H A Dloop-unroll.c1708 edge *edges = get_loop_exit_edges (loop, &num_edges); in analyze_insns_in_loop()
H A Dpredict.c653 exits = get_loop_exit_edges (loop, &n_exits); in predict_loops()
/openbsd-src/gnu/gcc/gcc/doc/
H A Dloop.texi179 @item @code{get_loop_exit_edges}: Enumerates the exit edges of a loop.
H A Dgccint.info8071 * `get_loop_exit_edges': Enumerates the exit edges of a loop.