Searched refs:SubCHRScope (Results 1 – 1 of 1) sorted by relevance
989 CHRScope *SubCHRScope = findScopes(SubR.get(), NextSubR, R, Scopes); in findScopes() local990 if (SubCHRScope) { in findScopes()991 CHR_DEBUG(dbgs() << "Subregion Scope " << *SubCHRScope << "\n"); in findScopes()995 if (SubCHRScope) { in findScopes()997 ConsecutiveSubscope = SubCHRScope; in findScopes()998 else if (!ConsecutiveSubscope->appendable(SubCHRScope)) { in findScopes()1000 ConsecutiveSubscope = SubCHRScope; in findScopes()1002 ConsecutiveSubscope->append(SubCHRScope); in findScopes()