Searched refs:SubCHRScope (Results 1 – 1 of 1) sorted by relevance
988 CHRScope *SubCHRScope = findScopes(SubR.get(), NextSubR, R, Scopes); in findScopes() local989 if (SubCHRScope) { in findScopes()990 CHR_DEBUG(dbgs() << "Subregion Scope " << *SubCHRScope << "\n"); in findScopes()994 if (SubCHRScope) { in findScopes()996 ConsecutiveSubscope = SubCHRScope; in findScopes()997 else if (!ConsecutiveSubscope->appendable(SubCHRScope)) { in findScopes()999 ConsecutiveSubscope = SubCHRScope; in findScopes()1001 ConsecutiveSubscope->append(SubCHRScope); in findScopes()