Home
last modified time | relevance | path

Searched refs:forall_info (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-stmt.cc48 typedef struct forall_info struct
55 struct forall_info *prev_nest; argument
58 forall_info; typedef
61 forall_info *, stmtblock_t *);
4028 gfc_trans_forall_loop (forall_info *forall_tmp, tree body, in gfc_trans_forall_loop()
4139 gfc_trans_nested_forall_loop (forall_info * nested_forall_info, tree body, in gfc_trans_nested_forall_loop()
4144 forall_info *forall_tmp; in gfc_trans_nested_forall_loop()
4508 compute_overall_iter_number (forall_info *nested_forall_info, tree inner_size, in compute_overall_iter_number()
4511 forall_info *forall_tmp = nested_forall_info; in compute_overall_iter_number()
4591 allocate_temp_for_forall_nest (forall_info * nested_forall_info, tree type, in allocate_temp_for_forall_nest()
[all …]
H A DChangeLog-2013278 * trans-stmt.c (struct forall_info): Add do_concurrent field.
H A DChangeLog-20075169 * trans-stmt.c (forall_info): Replace the next_nest and outer
5396 * trans-stmt.c (forall_info): Remove pmask field.
5398 NVAR covers all the interation variables in the current forall_info.
H A DChangeLog-2003839 * trans-stmt.c (iter_info, forall_info): Define.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-stmt.c48 typedef struct forall_info struct
55 struct forall_info *prev_nest; argument
58 forall_info; typedef
61 forall_info *, stmtblock_t *);
3992 gfc_trans_forall_loop (forall_info *forall_tmp, tree body, in gfc_trans_forall_loop()
4103 gfc_trans_nested_forall_loop (forall_info * nested_forall_info, tree body, in gfc_trans_nested_forall_loop()
4108 forall_info *forall_tmp; in gfc_trans_nested_forall_loop()
4472 compute_overall_iter_number (forall_info *nested_forall_info, tree inner_size, in compute_overall_iter_number()
4475 forall_info *forall_tmp = nested_forall_info; in compute_overall_iter_number()
4555 allocate_temp_for_forall_nest (forall_info * nested_forall_info, tree type, in allocate_temp_for_forall_nest()
[all …]