Lines Matching refs:ConsecutiveSubscope
981 CHRScope *ConsecutiveSubscope = nullptr; in findScopes() local
996 if (!ConsecutiveSubscope) in findScopes()
997 ConsecutiveSubscope = SubCHRScope; in findScopes()
998 else if (!ConsecutiveSubscope->appendable(SubCHRScope)) { in findScopes()
999 Subscopes.push_back(ConsecutiveSubscope); in findScopes()
1000 ConsecutiveSubscope = SubCHRScope; in findScopes()
1002 ConsecutiveSubscope->append(SubCHRScope); in findScopes()
1004 if (ConsecutiveSubscope) { in findScopes()
1005 Subscopes.push_back(ConsecutiveSubscope); in findScopes()
1007 ConsecutiveSubscope = nullptr; in findScopes()
1010 if (ConsecutiveSubscope) { in findScopes()
1011 Subscopes.push_back(ConsecutiveSubscope); in findScopes()