Searched refs:reduction_list (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-parloops.c941 reduction_phi (reduction_info_table_type *reduction_list, gimple *phi) argument
945 if (reduction_list->is_empty () || phi == NULL)
954 red = reduction_list->find (&tmpred);
1866 reduction_info_table_type *reduction_list,
1869 reduction_list->traverse <class loop *, create_phi_for_local_result> (loop);
1873 reduction_list
1920 create_final_loads_for_reduction (reduction_info_table_type *reduction_list, argument
1933 reduction_list
2026 reduction_info_table_type *reduction_list,
2097 if (name_copies.is_empty () && reduction_list
1865 create_call_for_reduction(class loop *loop, reduction_info_table_type *reduction_list, struct clsn_data *ld_st_data) argument
2025 separate_decls_in_region(edge entry, edge exit, reduction_info_table_type *reduction_list, tree *arg_struct, tree *new_arg_struct, struct clsn_data *ld_st_data) argument
2346 transform_to_exit_first_loop_alt(class loop *loop, reduction_info_table_type *reduction_list, tree bound) argument
2503 try_transform_to_exit_first_loop_alt(class loop *loop, reduction_info_table_type *reduction_list, tree nit) argument
2622 transform_to_exit_first_loop(class loop *loop, reduction_info_table_type *reduction_list, tree nit) argument
2970 gen_parallel_loop(class loop *loop, reduction_info_table_type *reduction_list, unsigned n_threads, class tree_niter_desc *niter, bool oacc_kernels_p) argument
3215 build_new_reduction(reduction_info_table_type *reduction_list, gimple *reduc_stmt, gphi *phi) argument
3293 gather_scalar_reductions(loop_p loop, reduction_info_table_type *reduction_list) argument
3474 try_create_reduction_list(loop_p loop, reduction_info_table_type *reduction_list, bool oacc_kernels_p) argument
3716 oacc_entry_exit_ok_1(bitmap in_loop_bbs, vec<basic_block> region_bbs, reduction_info_table_type *reduction_list, bitmap reduction_stores) argument
3948 oacc_entry_exit_ok(class loop *loop, reduction_info_table_type *reduction_list) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-parloops.cc941 reduction_phi (reduction_info_table_type *reduction_list, gimple *phi) argument
945 if (reduction_list->is_empty () || phi == NULL)
954 red = reduction_list->find (&tmpred);
1866 reduction_info_table_type *reduction_list,
1869 reduction_list->traverse <class loop *, create_phi_for_local_result> (loop);
1873 reduction_list
1920 create_final_loads_for_reduction (reduction_info_table_type *reduction_list, argument
1933 reduction_list
2026 reduction_info_table_type *reduction_list,
2097 if (name_copies.is_empty () && reduction_list
1865 create_call_for_reduction(class loop *loop, reduction_info_table_type *reduction_list, struct clsn_data *ld_st_data) argument
2025 separate_decls_in_region(edge entry, edge exit, reduction_info_table_type *reduction_list, tree *arg_struct, tree *new_arg_struct, struct clsn_data *ld_st_data) argument
2346 transform_to_exit_first_loop_alt(class loop *loop, reduction_info_table_type *reduction_list, tree bound) argument
2503 try_transform_to_exit_first_loop_alt(class loop *loop, reduction_info_table_type *reduction_list, tree nit) argument
2622 transform_to_exit_first_loop(class loop *loop, reduction_info_table_type *reduction_list, tree nit) argument
2970 gen_parallel_loop(class loop *loop, reduction_info_table_type *reduction_list, unsigned n_threads, class tree_niter_desc *niter, bool oacc_kernels_p) argument
3215 build_new_reduction(reduction_info_table_type *reduction_list, gimple *reduc_stmt, gphi *phi) argument
3293 gather_scalar_reductions(loop_p loop, reduction_info_table_type *reduction_list) argument
3477 try_create_reduction_list(loop_p loop, reduction_info_table_type *reduction_list, bool oacc_kernels_p) argument
3719 oacc_entry_exit_ok_1(bitmap in_loop_bbs, const vec<basic_block> &region_bbs, reduction_info_table_type *reduction_list, bitmap reduction_stores) argument
3952 oacc_entry_exit_ok(class loop *loop, reduction_info_table_type *reduction_list) argument
[all...]

Completed in 221 milliseconds