Searched refs:current_loop (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-ssa-loop-ivopts.c | 256 struct loop *current_loop; member 800 if (!number_of_iterations_exit (data->current_loop, in niter_for_exit() 823 edge exit = single_dom_exit (data->current_loop); in niter_for_single_dom_exit() 975 || !flow_bb_inside_loop_p (data->current_loop, bb)) in get_iv() 1009 struct loop *loop = data->current_loop; in find_bivs() 1054 struct loop *loop = data->current_loop; in mark_bivs() 1073 if (incr_bb->loop_father != data->current_loop in mark_bivs() 1089 struct loop *loop = data->current_loop; in find_givs_in_stmt_scev() 1147 struct loop *loop = data->current_loop; in find_givs() 1242 && flow_bb_inside_loop_p (data->current_loop, bb)) in record_invariant() [all …]
|
H A D | loop-iv.c | 108 static struct loop *current_loop; variable 259 current_loop = loop; in iv_analysis_loop_init() 302 struct df_rd_bb_info *bb_info = DF_RD_BB_INFO (current_loop->latch); in latch_dominating_def() 314 if (!just_once_each_iteration_p (current_loop, DF_REF_BB (adef))) in latch_dominating_def() 375 if (just_once_each_iteration_p (current_loop, def_bb)) in iv_get_reaching_def()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-ssa-loop-ivopts.c | 545 struct loop *current_loop; member 1049 if (!number_of_iterations_exit (data->current_loop, in niter_for_exit() 1071 edge exit = single_dom_exit (data->current_loop); in niter_for_single_dom_exit() 1214 && !iv_can_overflow_p (data->current_loop, TREE_TYPE (base), 1256 || !flow_bb_inside_loop_p (data->current_loop, bb)) in get_iv() 1299 struct loop *loop = data->current_loop; in find_bivs() 1357 struct loop *loop = data->current_loop; in mark_bivs() 1384 if (incr_bb->loop_father != data->current_loop in mark_bivs() 1404 struct loop *loop = data->current_loop; in find_givs_in_stmt_scev() 1468 struct loop *loop = data->current_loop; in find_givs() [all …]
|
H A D | loop-iv.c | 106 static struct loop *current_loop; variable 268 current_loop = loop; in iv_analysis_loop_init() 304 struct df_rd_bb_info *bb_info = DF_RD_BB_INFO (current_loop->latch); in latch_dominating_def() 316 if (!just_once_each_iteration_p (current_loop, DF_REF_BB (adef))) in latch_dominating_def() 377 if (just_once_each_iteration_p (current_loop, def_bb)) in iv_get_reaching_def()
|