Searched refs:reduction_list (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-parloops.c | 941 reduction_phi (reduction_info_table_type *reduction_list, gimple *phi) in reduction_phi() argument 945 if (reduction_list->is_empty () || phi == NULL) in reduction_phi() 954 red = reduction_list->find (&tmpred); in reduction_phi() 1866 reduction_info_table_type *reduction_list, in create_call_for_reduction() argument 1869 reduction_list->traverse <class loop *, create_phi_for_local_result> (loop); in create_call_for_reduction() 1873 reduction_list in create_call_for_reduction() 1920 create_final_loads_for_reduction (reduction_info_table_type *reduction_list, in create_final_loads_for_reduction() argument 1933 reduction_list in create_final_loads_for_reduction() 2026 reduction_info_table_type *reduction_list, in separate_decls_in_region() argument 2097 if (name_copies.is_empty () && reduction_list->is_empty ()) in separate_decls_in_region() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-parloops.cc | 941 reduction_phi (reduction_info_table_type *reduction_list, gimple *phi) in reduction_phi() argument 945 if (reduction_list->is_empty () || phi == NULL) in reduction_phi() 954 red = reduction_list->find (&tmpred); in reduction_phi() 1866 reduction_info_table_type *reduction_list, in create_call_for_reduction() argument 1869 reduction_list->traverse <class loop *, create_phi_for_local_result> (loop); in create_call_for_reduction() 1873 reduction_list in create_call_for_reduction() 1920 create_final_loads_for_reduction (reduction_info_table_type *reduction_list, in create_final_loads_for_reduction() argument 1933 reduction_list in create_final_loads_for_reduction() 2026 reduction_info_table_type *reduction_list, in separate_decls_in_region() argument 2097 if (name_copies.is_empty () && reduction_list->is_empty ()) in separate_decls_in_region() [all …]
|
H A D | ChangeLog.graphite | 4153 reduction_list parameter. 4162 (try_create_reduction_list): Remove reduction_list parameter. 4166 Change reduction_list htab initialization to reduction_info 4372 instead of reduction_list. 5297 the reduction_list. 5415 reduction_list. 5424 * tree-parloops.c (canonicalize_loop_ivs): reduction_list contains 5819 * tree-parloops.c (canonicalize_loop_ivs): reduction_list contains 5831 * sese.h (struct sese): Add field reduction_list. 5850 (parallelize_loops): Now reduction_list is a htab_t of SSA_NAMEs. [all …]
|
H A D | ChangeLog-2007 | 2837 (reduction_list): New list to represent list of reductions per loop. 2844 (loop_parallel_p): Identify reductions, add reduction_list parameter. 2846 (separate_decls_in_loop): Add reduction_list and ld_st_data arguments, 2848 (canonicalize_loop_ivs): Identify reductions, add reduction_list 2851 reduction_list parameter. 2852 (gen_parallel_loop): Add reduction_list parameter. Add call
|
H A D | ChangeLog-2009 | 15296 Remove reduction_list argument. Use rewrite_all_phi_nodes_with_iv. 15301 reduction_list argument.
|
H A D | ChangeLog-2008 | 673 * tree-parloops.c (canonicalize_loop_ivs): Allow reduction_list
|