Searched defs:exits (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/gnu/gcc/gcc/ |
H A D | tree-ssa-loop-im.c | 1044 schedule_sm (struct loop *loop, edge *exits, unsigned n_exits, tree ref, in schedule_sm() 1099 determine_lsm_ref (struct loop *loop, edge *exits, unsigned n_exits, in determine_lsm_ref() 1154 bitmap clobbered_vops, edge *exits, unsigned n_exits) in hoist_memory_references() 1167 loop_suitable_for_sm (struct loop *loop ATTRIBUTE_UNUSED, edge *exits, in loop_suitable_for_sm() 1368 edge *exits = get_loop_exit_edges (loop, &n_exits); in determine_lsm_loop() local
|
H A D | tree-ssa-loop-niter.c | 1180 edge *exits = get_loop_exit_edges (loop, &n_exits); in find_loop_niter() local 1474 edge *exits = get_loop_exit_edges (loop, &n_exits); in find_loop_niter_by_eval() local 1853 edge *exits; in estimate_numbers_of_iterations_loop() local
|
H A D | tree-ssa-loop-manip.c | 157 add_exit_phis_var (tree var, bitmap livein, bitmap exits) in add_exit_phis_var() 201 bitmap exits = BITMAP_ALLOC (NULL); in get_loops_exits() local
|
H A D | predict.c | 651 edge *exits; in predict_loops() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | predict.c | 440 int exits; local
|