Lines Matching refs:ConsecutiveSubscope
972 CHRScope *ConsecutiveSubscope = nullptr; in findScopes() local
987 if (!ConsecutiveSubscope) in findScopes()
988 ConsecutiveSubscope = SubCHRScope; in findScopes()
989 else if (!ConsecutiveSubscope->appendable(SubCHRScope)) { in findScopes()
990 Subscopes.push_back(ConsecutiveSubscope); in findScopes()
991 ConsecutiveSubscope = SubCHRScope; in findScopes()
993 ConsecutiveSubscope->append(SubCHRScope); in findScopes()
995 if (ConsecutiveSubscope) { in findScopes()
996 Subscopes.push_back(ConsecutiveSubscope); in findScopes()
998 ConsecutiveSubscope = nullptr; in findScopes()
1001 if (ConsecutiveSubscope) { in findScopes()
1002 Subscopes.push_back(ConsecutiveSubscope); in findScopes()