Lines Matching refs:this_dep
2107 gfc_dependency this_dep; in gfc_dep_resolver() local
2110 this_dep = GFC_DEP_ERROR; in gfc_dep_resolver()
2189 this_dep = GFC_DEP_EQUAL; in gfc_dep_resolver()
2191 this_dep = GFC_DEP_OVERLAP; in gfc_dep_resolver()
2198 this_dep = check_section_vs_section (&lref->u.ar, in gfc_dep_resolver()
2202 this_dep = gfc_check_element_vs_section (lref, rref, n); in gfc_dep_resolver()
2205 this_dep = gfc_check_element_vs_section (rref, lref, n); in gfc_dep_resolver()
2210 this_dep = gfc_check_element_vs_element (rref, lref, n); in gfc_dep_resolver()
2211 if (identical && this_dep == GFC_DEP_EQUAL) in gfc_dep_resolver()
2212 this_dep = GFC_DEP_OVERLAP; in gfc_dep_resolver()
2216 if (this_dep == GFC_DEP_NODEP) in gfc_dep_resolver()
2238 && this_dep == GFC_DEP_BACKWARD) in gfc_dep_resolver()
2243 && this_dep == GFC_DEP_FORWARD) in gfc_dep_resolver()
2249 && this_dep == GFC_DEP_FORWARD) in gfc_dep_resolver()
2252 this_dep = GFC_DEP_OVERLAP; in gfc_dep_resolver()
2255 && this_dep == GFC_DEP_BACKWARD) in gfc_dep_resolver()
2258 this_dep = GFC_DEP_OVERLAP; in gfc_dep_resolver()
2264 if ((!reverse && this_dep == GFC_DEP_BACKWARD) in gfc_dep_resolver()
2266 this_dep = GFC_DEP_OVERLAP; in gfc_dep_resolver()
2273 if (identical && this_dep == GFC_DEP_EQUAL) in gfc_dep_resolver()
2274 this_dep = GFC_DEP_OVERLAP; in gfc_dep_resolver()
2276 if (this_dep > fin_dep) in gfc_dep_resolver()
2277 fin_dep = this_dep; in gfc_dep_resolver()