Home
last modified time | relevance | path

Searched refs:reduc_stmt (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-parloops.c897 gimple *reduc_stmt; /* reduction statement. */ member
1295 init = omp_reduction_init_op (gimple_location (reduc->reduc_stmt), in initialize_reductions()
1704 tree var = reduc_stmt_res (red->reduc_stmt); in add_field_for_reduction()
1705 tree field = build_decl (gimple_location (red->reduc_stmt), FIELD_DECL, in add_field_for_reduction()
1765 tree lhs = reduc_stmt_res (reduc->reduc_stmt); in create_phi_for_local_result()
1767 locus = gimple_location (reduc->reduc_stmt); in create_phi_for_local_result()
1886 tree type = TREE_TYPE (reduc_stmt_res (red->reduc_stmt)); in create_loads_for_reductions()
1951 tree type = TREE_TYPE (reduc_stmt_res (red->reduc_stmt)); in create_stores_for_reduction()
3216 gimple *reduc_stmt, gphi *phi) in build_new_reduction() argument
3222 gcc_assert (reduc_stmt); in build_new_reduction()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-parloops.cc897 gimple *reduc_stmt; /* reduction statement. */ member
1295 init = omp_reduction_init_op (gimple_location (reduc->reduc_stmt), in initialize_reductions()
1704 tree var = reduc_stmt_res (red->reduc_stmt); in add_field_for_reduction()
1705 tree field = build_decl (gimple_location (red->reduc_stmt), FIELD_DECL, in add_field_for_reduction()
1765 tree lhs = reduc_stmt_res (reduc->reduc_stmt); in create_phi_for_local_result()
1767 locus = gimple_location (reduc->reduc_stmt); in create_phi_for_local_result()
1886 tree type = TREE_TYPE (reduc_stmt_res (red->reduc_stmt)); in create_loads_for_reductions()
1951 tree type = TREE_TYPE (reduc_stmt_res (red->reduc_stmt)); in create_stores_for_reduction()
3216 gimple *reduc_stmt, gphi *phi) in build_new_reduction() argument
3222 gcc_assert (reduc_stmt); in build_new_reduction()
[all …]
H A DChangeLog.tuples1083 * tree-parloops.c (struct reduction_info): Change reduc_stmt,
H A DChangeLog-201521419 reduc_stmt is a phi.