Searched refs:is_alloc_lhs (Results 1 – 9 of 9) sorted by relevance
343 unsigned is_alloc_lhs:1; member
6968 && se->ss->loop_chain->is_alloc_lhs in gfc_conv_procedure_call()7004 if (flag_realloc_lhs && se->ss && se->ss->is_alloc_lhs) in gfc_conv_procedure_call()7039 if (flag_realloc_lhs && se->ss && se->ss->is_alloc_lhs) in gfc_conv_procedure_call()10154 se->ss->is_alloc_lhs = 1; in realloc_lhs_loop_for_fcn_call()10163 se->ss->is_alloc_lhs = 0; in realloc_lhs_loop_for_fcn_call()10358 ss->is_alloc_lhs = 1; in gfc_trans_arrayfunc_assign()11068 lss->is_alloc_lhs = 1; in gfc_trans_assignment_1()
2953 if (ss->is_alloc_lhs) in gfc_add_loop_ss_code()5215 if (loopspec[n] && ss->is_alloc_lhs) in set_loop_bounds()
346 unsigned is_alloc_lhs:1; member
7504 && se->ss->loop_chain->is_alloc_lhs in gfc_conv_procedure_call()7540 if (flag_realloc_lhs && se->ss && se->ss->is_alloc_lhs) in gfc_conv_procedure_call()7575 if (flag_realloc_lhs && se->ss && se->ss->is_alloc_lhs) in gfc_conv_procedure_call()10697 se->ss->is_alloc_lhs = 1; in realloc_lhs_loop_for_fcn_call()10706 se->ss->is_alloc_lhs = 0; in realloc_lhs_loop_for_fcn_call()10901 ss->is_alloc_lhs = 1; in gfc_trans_arrayfunc_assign()11606 lss->is_alloc_lhs = 1; in gfc_trans_assignment_1()
3050 if (ss->is_alloc_lhs) in gfc_add_loop_ss_code()5322 if (loopspec[n] && ss->is_alloc_lhs) in set_loop_bounds()
1679 ss->is_alloc_lhs is set.
2667 * trans-expr.c (gfc_trans_scalar_assign): Flag is_alloc_lhs if
314 * trans.h : Add is_alloc_lhs bitfield to gfc_ss structure.