Searched refs:full_ref (Results 1 – 3 of 3) sorted by relevance
2030 ref_same_as_full_array (gfc_ref *full_ref, gfc_ref *ref) in ref_same_as_full_array() argument2035 if (full_ref->type != REF_ARRAY) in ref_same_as_full_array()2037 if (full_ref->u.ar.type != AR_FULL) in ref_same_as_full_array()2053 if (!full_ref->u.ar.as in ref_same_as_full_array()2054 || !full_ref->u.ar.as->lower[i] in ref_same_as_full_array()2055 || !full_ref->u.ar.as->upper[i] in ref_same_as_full_array()2056 || gfc_dep_compare_expr (full_ref->u.ar.as->lower[i], in ref_same_as_full_array()2057 full_ref->u.ar.as->upper[i]) in ref_same_as_full_array()2060 full_ref->u.ar.as->lower[i])) in ref_same_as_full_array()2065 if (full_ref->u.ar.stride[i] && !gfc_expr_is_one (full_ref->u.ar.stride[i], 0)) in ref_same_as_full_array()[all …]
2031 ref_same_as_full_array (gfc_ref *full_ref, gfc_ref *ref) in ref_same_as_full_array() argument2036 if (full_ref->type != REF_ARRAY) in ref_same_as_full_array()2038 if (full_ref->u.ar.type != AR_FULL) in ref_same_as_full_array()2054 if (!full_ref->u.ar.as in ref_same_as_full_array()2055 || !full_ref->u.ar.as->lower[i] in ref_same_as_full_array()2056 || !full_ref->u.ar.as->upper[i] in ref_same_as_full_array()2057 || gfc_dep_compare_expr (full_ref->u.ar.as->lower[i], in ref_same_as_full_array()2058 full_ref->u.ar.as->upper[i]) in ref_same_as_full_array()2061 full_ref->u.ar.as->lower[i])) in ref_same_as_full_array()2066 if (full_ref->u.ar.stride[i] && !gfc_expr_is_one (full_ref->u.ar.stride[i], 0)) in ref_same_as_full_array()[all …]
1809 (add_vars_for_offset): Remove full_ref parameter, always add2001 (add_vars_for_offset): Call it. Add argument full_ref. Update2003 of full_ref is lower than the nesting level of var,