Searched refs:SubCHRScope (Results 1 – 1 of 1) sorted by relevance
1003 CHRScope *SubCHRScope = findScopes(SubR.get(), NextSubR, R, Scopes); in findScopes() local1004 if (SubCHRScope) { in findScopes()1005 CHR_DEBUG(dbgs() << "Subregion Scope " << *SubCHRScope << "\n"); in findScopes()1009 if (SubCHRScope) { in findScopes()1011 ConsecutiveSubscope = SubCHRScope; in findScopes()1012 else if (!ConsecutiveSubscope->appendable(SubCHRScope)) { in findScopes()1014 ConsecutiveSubscope = SubCHRScope; in findScopes()1016 ConsecutiveSubscope->append(SubCHRScope); in findScopes()