Searched refs:else_alloc (Results 1 – 2 of 2) sorted by relevance
3459 gfc_code *else_alloc; in matmul_lhs_realloc() local3596 else_alloc = XCNEW (gfc_code); in matmul_lhs_realloc()3597 else_alloc->op = EXEC_IF; in matmul_lhs_realloc()3598 else_alloc->loc = c->where; in matmul_lhs_realloc()3599 else_alloc->next = allocate_else; in matmul_lhs_realloc()3606 if_alloc_2->block = else_alloc; in matmul_lhs_realloc()
3181 gfc_code *else_alloc; in matmul_lhs_realloc() local3318 else_alloc = XCNEW (gfc_code); in matmul_lhs_realloc()3319 else_alloc->op = EXEC_IF; in matmul_lhs_realloc()3320 else_alloc->loc = c->where; in matmul_lhs_realloc()3321 else_alloc->next = allocate_else; in matmul_lhs_realloc()3328 if_alloc_2->block = else_alloc; in matmul_lhs_realloc()