Lines Matching refs:gfc_ss
96 static gfc_ss gfc_ss_terminator_var;
97 gfc_ss * const gfc_ss_terminator = &gfc_ss_terminator_var;
589 gfc_mark_ss_chain_used (gfc_ss * ss, unsigned flags) in gfc_mark_ss_chain_used()
599 gfc_free_ss_chain (gfc_ss * ss) in gfc_free_ss_chain()
601 gfc_ss *next; in gfc_free_ss_chain()
643 gfc_free_ss (gfc_ss * ss) in gfc_free_ss()
652 gfc_ss *
653 gfc_get_array_ss (gfc_ss *next, gfc_expr *expr, int dimen, gfc_ss_type type) in gfc_get_array_ss()
655 gfc_ss *ss; in gfc_get_array_ss()
677 gfc_ss *
680 gfc_ss *ss; in gfc_get_temp_ss()
703 gfc_ss *
704 gfc_get_scalar_ss (gfc_ss *next, gfc_expr *expr) in gfc_get_scalar_ss()
706 gfc_ss *ss; in gfc_get_scalar_ss()
728 gfc_ss *ss; in gfc_cleanup_loop()
729 gfc_ss *next; in gfc_cleanup_loop()
760 set_ss_loop (gfc_ss *ss, gfc_loopinfo *loop) in set_ss_loop()
783 gfc_add_ss_to_loop (gfc_loopinfo * loop, gfc_ss * head) in gfc_add_ss_to_loop()
785 gfc_ss *ss; in gfc_add_ss_to_loop()
980 gfc_ss *ss; in gfc_set_loop_bounds_from_array_spec()
1172 get_scalarizer_dim_for_array_dim (gfc_ss *ss, int array_dim) in get_scalarizer_dim_for_array_dim()
1188 static gfc_ss *
1189 innermost_ss (gfc_ss *ss) in innermost_ss()
1206 get_array_ref_dim_for_loop_dim (gfc_ss *ss, int loop_dim) in get_array_ref_dim_for_loop_dim()
1218 get_class_info_from_ss (stmtblock_t * pre, gfc_ss *ss, tree *eltype) in get_class_info_from_ss()
1220 gfc_ss *lhs_ss; in get_class_info_from_ss()
1221 gfc_ss *rhs_ss; in get_class_info_from_ss()
1352 gfc_trans_create_temp_array (stmtblock_t * pre, stmtblock_t * post, gfc_ss * ss, in gfc_trans_create_temp_array()
1357 gfc_ss *s; in gfc_trans_create_temp_array()
1862 gfc_ss *ss; in gfc_trans_array_constructor_subarray()
2514 trans_constant_array_constructor (gfc_ss * ss, tree type) in trans_constant_array_constructor()
2596 get_loop_upper_bound_for_array (gfc_ss *array, int array_dim) in get_loop_upper_bound_for_array()
2598 gfc_ss *ss; in get_loop_upper_bound_for_array()
2627 trans_array_constructor (gfc_ss * ss, locus * where) in trans_array_constructor()
2642 gfc_ss *s; in trans_array_constructor()
2849 set_vector_loop_bounds (gfc_ss * ss) in set_vector_loop_bounds()
2941 gfc_add_loop_ss_code (gfc_loopinfo * loop, gfc_ss * ss, bool subscript, in gfc_add_loop_ss_code()
3108 gfc_conv_ss_descriptor (stmtblock_t * block, gfc_ss * ss, int base) in gfc_conv_ss_descriptor()
3305 trans_array_bound_check (gfc_se * se, gfc_ss *ss, tree index, int n, in trans_array_bound_check()
3383 conv_array_index_offset (gfc_se * se, gfc_ss * ss, int dim, int i, in conv_array_index_offset()
3640 gfc_ss *ss; in gfc_conv_scalarized_array_ref()
3950 add_array_offset (stmtblock_t *pblock, gfc_loopinfo *loop, gfc_ss *ss, in add_array_offset()
3984 gfc_ss *ss, *pss; in gfc_trans_preloop_setup()
4234 gfc_ss *ss; in gfc_trans_scalarizing_loops()
4267 gfc_ss *ss; in gfc_trans_scalarized_loop_boundary()
4369 gfc_conv_section_startstride (stmtblock_t * block, gfc_ss * ss, int dim) in gfc_conv_section_startstride()
4431 gfc_ss *ss; in gfc_conv_ss_startstride()
4863 gfc_could_be_alias (gfc_ss * lss, gfc_ss * rss) in gfc_could_be_alias()
4977 gfc_conv_resolve_dependencies (gfc_loopinfo * loop, gfc_ss * dest, in gfc_conv_resolve_dependencies()
4978 gfc_ss * rss) in gfc_conv_resolve_dependencies()
4980 gfc_ss *ss; in gfc_conv_resolve_dependencies()
5122 gfc_ss *ss; in set_loop_bounds()
5124 gfc_ss **loopspec; in set_loop_bounds()
5363 gfc_ss *tmp_ss; in gfc_conv_loop_setup()
5414 gfc_ss *ss, **loopspec; in gfc_set_delta()
7299 transposed_dims (gfc_ss *ss) in transposed_dims()
7313 static gfc_ss *
7316 gfc_ss *ss; in walk_coarray()
7379 gfc_ss *ss; in gfc_conv_expr_descriptor()
8387 gfc_ss * ss = gfc_walk_expr (expr); in gfc_conv_array_parameter()
10309 gfc_ss *rss; in gfc_alloc_allocatable_for_assignment()
10310 gfc_ss *lss; in gfc_alloc_allocatable_for_assignment()
11115 static gfc_ss *
11116 gfc_walk_variable_expr (gfc_ss * ss, gfc_expr * expr) in gfc_walk_variable_expr()
11130 gfc_ss *
11131 gfc_walk_array_ref (gfc_ss * ss, gfc_expr * expr, gfc_ref * ref) in gfc_walk_array_ref()
11134 gfc_ss *newss; in gfc_walk_array_ref()
11183 gfc_ss *indexss; in gfc_walk_array_ref()
11238 static gfc_ss *
11239 gfc_walk_op_expr (gfc_ss * ss, gfc_expr * expr) in gfc_walk_op_expr()
11241 gfc_ss *head; in gfc_walk_op_expr()
11242 gfc_ss *head2; in gfc_walk_op_expr()
11284 gfc_ss *
11285 gfc_reverse_ss (gfc_ss * ss) in gfc_reverse_ss()
11287 gfc_ss *next; in gfc_reverse_ss()
11288 gfc_ss *head; in gfc_reverse_ss()
11346 gfc_ss *
11347 gfc_walk_elemental_function_args (gfc_ss * ss, gfc_actual_arglist *arg, in gfc_walk_elemental_function_args()
11352 gfc_ss *head; in gfc_walk_elemental_function_args()
11353 gfc_ss *tail; in gfc_walk_elemental_function_args()
11354 gfc_ss *newss; in gfc_walk_elemental_function_args()
11424 static gfc_ss *
11425 gfc_walk_function_expr (gfc_ss * ss, gfc_expr * expr) in gfc_walk_function_expr()
11456 gfc_ss *old_ss = ss; in gfc_walk_function_expr()
11478 static gfc_ss *
11479 gfc_walk_array_constructor (gfc_ss * ss, gfc_expr * expr) in gfc_walk_array_constructor()
11488 gfc_ss *
11489 gfc_walk_subexpr (gfc_ss * ss, gfc_expr * expr) in gfc_walk_subexpr()
11491 gfc_ss *head; in gfc_walk_subexpr()
11534 gfc_ss *
11537 gfc_ss *res; in gfc_walk_expr()