Searched refs:forall_info (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-stmt.cc | 48 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 D | ChangeLog-2013 | 278 * trans-stmt.c (struct forall_info): Add do_concurrent field.
|
H A D | ChangeLog-2007 | 5169 * 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 D | ChangeLog-2003 | 839 * trans-stmt.c (iter_info, forall_info): Define.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-stmt.c | 48 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 …]
|