Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-scalar-evolution.c479 struct loop *inner_loop = get_chrec_loop (evolution_fn); in compute_overall_effect_of_inner_loop() local
481 if (inner_loop == loop in compute_overall_effect_of_inner_loop()
482 || flow_loop_nested_p (loop, inner_loop)) in compute_overall_effect_of_inner_loop()
484 tree nb_iter = number_of_latch_executions (inner_loop); in compute_overall_effect_of_inner_loop()
494 res = chrec_apply (inner_loop->num, evolution_fn, nb_iter); in compute_overall_effect_of_inner_loop()
2359 struct loop *evolution_loop, struct loop *inner_loop, in instantiate_scev_name() argument
2403 inner_loop, gimple_assign_rhs1 (ass), in instantiate_scev_name()
2414 inner_loop, gimple_assign_rhs1 (ass), in instantiate_scev_name()
2419 inner_loop, gimple_assign_rhs2 (ass), in instantiate_scev_name()
2465 inner_loop, res, in instantiate_scev_name()
[all …]
H A Domp-grid.c1231 gomp_for *inner_loop = as_a <gomp_for *> (stmt); in grid_process_kernel_body_copy() local
1232 gimple_omp_for_set_kind (inner_loop, GF_OMP_FOR_KIND_GRID_LOOP); in grid_process_kernel_body_copy()
1233 prebody = gimple_omp_for_pre_body (inner_loop); in grid_process_kernel_body_copy()
1238 if (gimple_omp_for_combined_p (inner_loop)) in grid_process_kernel_body_copy()
1239 grid_eliminate_combined_simd_part (inner_loop); in grid_process_kernel_body_copy()
1242 walk_gimple_seq_mod (gimple_omp_body_ptr (inner_loop), in grid_process_kernel_body_copy()
1245 return inner_loop; in grid_process_kernel_body_copy()
1282 gomp_for *inner_loop = grid_process_kernel_body_copy (&grid, kernel_seq, gsi, in grid_attempt_target_gridification() local
1303 tree itype, type = TREE_TYPE (gimple_omp_for_index (inner_loop, i)); in grid_attempt_target_gridification()
1309 enum tree_code cond_code = gimple_omp_for_cond (inner_loop, i); in grid_attempt_target_gridification()
[all …]
H A Dsel-sched-ir.h1045 struct loop *inner_loop; in inner_loop_header_p() local
1053 inner_loop = bb->loop_father; in inner_loop_header_p()
1054 if (inner_loop == current_loop_nest) in inner_loop_header_p()
1058 if (bb == inner_loop->header in inner_loop_header_p()
1062 gcc_assert (loop_depth (inner_loop) >= loop_depth (current_loop_nest)); in inner_loop_header_p()
H A Dtree-data-ref.h350 unsigned inner_loop; member
407 #define DDR_INNER_LOOP(DDR) (DDR)->inner_loop
H A Domp-expand.c5623 struct loop *inner_loop = alloc_loop (); in expand_oacc_for() local
5624 inner_loop->header = elem_body_bb; in expand_oacc_for()
5625 inner_loop->latch = elem_cont_bb; in expand_oacc_for()
5626 add_loop (inner_loop, body_loop); in expand_oacc_for()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dsel-sched-ir.h1036 struct loop *inner_loop; in inner_loop_header_p() local
1044 inner_loop = bb->loop_father; in inner_loop_header_p()
1045 if (inner_loop == current_loop_nest) in inner_loop_header_p()
1049 if (bb == inner_loop->header in inner_loop_header_p()
1053 gcc_assert (loop_depth (inner_loop) >= loop_depth (current_loop_nest)); in inner_loop_header_p()
H A Dtree-data-ref.h328 unsigned inner_loop; member
358 #define DDR_INNER_LOOP(DDR) DDR->inner_loop
H A Dtree-scalar-evolution.c466 struct loop *inner_loop = get_chrec_loop (evolution_fn); in compute_overall_effect_of_inner_loop() local
468 if (inner_loop == loop in compute_overall_effect_of_inner_loop()
469 || flow_loop_nested_p (loop, inner_loop)) in compute_overall_effect_of_inner_loop()
471 tree nb_iter = number_of_latch_executions (inner_loop); in compute_overall_effect_of_inner_loop()
481 res = chrec_apply (inner_loop->num, evolution_fn, nb_iter); in compute_overall_effect_of_inner_loop()