Searched refs:ConsecutiveSubscope (Results 1 – 1 of 1) sorted by relevance
995 CHRScope *ConsecutiveSubscope = nullptr; in findScopes() local1010 if (!ConsecutiveSubscope) in findScopes()1011 ConsecutiveSubscope = SubCHRScope; in findScopes()1012 else if (!ConsecutiveSubscope->appendable(SubCHRScope)) { in findScopes()1013 Subscopes.push_back(ConsecutiveSubscope); in findScopes()1014 ConsecutiveSubscope = SubCHRScope; in findScopes()1016 ConsecutiveSubscope->append(SubCHRScope); in findScopes()1018 if (ConsecutiveSubscope) { in findScopes()1019 Subscopes.push_back(ConsecutiveSubscope); in findScopes()1021 ConsecutiveSubscope = nullptr; in findScopes()[all …]