Lines Matching refs:ConsecutiveSubscope
976 CHRScope *ConsecutiveSubscope = nullptr; in findScopes() local
991 if (!ConsecutiveSubscope) in findScopes()
992 ConsecutiveSubscope = SubCHRScope; in findScopes()
993 else if (!ConsecutiveSubscope->appendable(SubCHRScope)) { in findScopes()
994 Subscopes.push_back(ConsecutiveSubscope); in findScopes()
995 ConsecutiveSubscope = SubCHRScope; in findScopes()
997 ConsecutiveSubscope->append(SubCHRScope); in findScopes()
999 if (ConsecutiveSubscope) { in findScopes()
1000 Subscopes.push_back(ConsecutiveSubscope); in findScopes()
1002 ConsecutiveSubscope = nullptr; in findScopes()
1005 if (ConsecutiveSubscope) { in findScopes()
1006 Subscopes.push_back(ConsecutiveSubscope); in findScopes()