Searched refs:current_loop (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-loop-ivopts.cc | 588 class loop *current_loop; member 1039 if (!number_of_iterations_exit (data->current_loop, in niter_for_exit() 1061 edge exit = single_dom_exit (data->current_loop); in niter_for_single_dom_exit() 1211 && !iv_can_overflow_p (data->current_loop, TREE_TYPE (base), in alloc_iv() 1253 || !flow_bb_inside_loop_p (data->current_loop, bb)) in get_iv() 1300 class loop *loop = data->current_loop; in find_bivs() 1358 class loop *loop = data->current_loop; in mark_bivs() 1385 if (incr_bb->loop_father != data->current_loop in mark_bivs() 1405 class loop *loop = data->current_loop; in find_givs_in_stmt_scev() 1469 class loop *loop = data->current_loop; in find_givs() [all …]
|
H A D | loop-iv.cc | 110 static class loop *current_loop; variable 272 current_loop = loop; in iv_analysis_loop_init() 308 class df_rd_bb_info *bb_info = DF_RD_BB_INFO (current_loop->latch); in latch_dominating_def() 320 if (!just_once_each_iteration_p (current_loop, DF_REF_BB (adef))) in latch_dominating_def() 381 if (just_once_each_iteration_p (current_loop, def_bb)) in iv_get_reaching_def()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-loop-ivopts.c | 587 class loop *current_loop; member 1038 if (!number_of_iterations_exit (data->current_loop, in niter_for_exit() 1060 edge exit = single_dom_exit (data->current_loop); in niter_for_single_dom_exit() 1210 && !iv_can_overflow_p (data->current_loop, TREE_TYPE (base), 1252 || !flow_bb_inside_loop_p (data->current_loop, bb)) in get_iv() 1299 class loop *loop = data->current_loop; in find_bivs() 1357 class loop *loop = data->current_loop; in mark_bivs() 1384 if (incr_bb->loop_father != data->current_loop in mark_bivs() 1404 class loop *loop = data->current_loop; in find_givs_in_stmt_scev() 1468 class loop *loop = data->current_loop; in find_givs() [all …]
|
H A D | loop-iv.c | 110 static class loop *current_loop; variable 272 current_loop = loop; in iv_analysis_loop_init() 308 class df_rd_bb_info *bb_info = DF_RD_BB_INFO (current_loop->latch); in latch_dominating_def() 320 if (!just_once_each_iteration_p (current_loop, DF_REF_BB (adef))) in latch_dominating_def() 381 if (just_once_each_iteration_p (current_loop, def_bb)) in iv_get_reaching_def()
|