Searched refs:get_loop_exit_edges (Results 1 – 8 of 8) sorted by relevance
212 extern edge *get_loop_exit_edges (const struct loop *, unsigned *);
1180 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()
919 get_loop_exit_edges (const struct loop *loop, unsigned int *num_edges) in get_loop_exit_edges() function
1368 edge *exits = get_loop_exit_edges (loop, &n_exits); in determine_lsm_loop()
1708 edge *edges = get_loop_exit_edges (loop, &num_edges); in analyze_insns_in_loop()
653 exits = get_loop_exit_edges (loop, &n_exits); in predict_loops()
179 @item @code{get_loop_exit_edges}: Enumerates the exit edges of a loop.
8071 * `get_loop_exit_edges': Enumerates the exit edges of a loop.