Lines Matching refs:Scopes
287 for (CHRScope *Scope : Scopes) { in ~CHR()
305 SmallVectorImpl<CHRScope *> &Scopes);
318 void classifyBiasedScopes(SmallVectorImpl<CHRScope *> &Scopes);
381 DenseSet<CHRScope *> Scopes; member in __anonfd3f65480111::CHR
768 Scopes.insert(Result); in findScope()
828 Scopes.insert(Result); in findScope()
968 SmallVectorImpl<CHRScope *> &Scopes) { in findScopes() argument
980 CHRScope *SubCHRScope = findScopes(SubR.get(), NextSubR, R, Scopes); in findScopes()
1010 Scopes.push_back(Sub); in findScopes()
1187 Scopes.insert(Tail); in splitScope()
1252 void CHR::classifyBiasedScopes(SmallVectorImpl<CHRScope *> &Scopes) { in classifyBiasedScopes() argument
1253 for (CHRScope *Scope : Scopes) { in classifyBiasedScopes()
1961 dumpScopes(SmallVectorImpl<CHRScope *> &Scopes, const char *Label) { in dumpScopes() argument
1962 dbgs() << Label << " " << Scopes.size() << "\n"; in dumpScopes()
1963 for (CHRScope *Scope : Scopes) { in dumpScopes()