Lines Matching refs:ConsecutiveSubscope
980 CHRScope *ConsecutiveSubscope = nullptr; in findScopes() local
995 if (!ConsecutiveSubscope) in findScopes()
996 ConsecutiveSubscope = SubCHRScope; in findScopes()
997 else if (!ConsecutiveSubscope->appendable(SubCHRScope)) { in findScopes()
998 Subscopes.push_back(ConsecutiveSubscope); in findScopes()
999 ConsecutiveSubscope = SubCHRScope; in findScopes()
1001 ConsecutiveSubscope->append(SubCHRScope); in findScopes()
1003 if (ConsecutiveSubscope) { in findScopes()
1004 Subscopes.push_back(ConsecutiveSubscope); in findScopes()
1006 ConsecutiveSubscope = nullptr; in findScopes()
1009 if (ConsecutiveSubscope) { in findScopes()
1010 Subscopes.push_back(ConsecutiveSubscope); in findScopes()