Lines Matching refs:Scopes
295 for (CHRScope *Scope : Scopes) { in ~CHR()
313 SmallVectorImpl<CHRScope *> &Scopes);
326 void classifyBiasedScopes(SmallVectorImpl<CHRScope *> &Scopes);
393 DenseSet<CHRScope *> Scopes; member in __anon784f818e0111::CHR
776 Scopes.insert(Result); in findScope()
836 Scopes.insert(Result); in findScope()
976 SmallVectorImpl<CHRScope *> &Scopes) { in findScopes() argument
988 CHRScope *SubCHRScope = findScopes(SubR.get(), NextSubR, R, Scopes); in findScopes()
1018 Scopes.push_back(Sub); in findScopes()
1195 Scopes.insert(Tail); in splitScope()
1260 void CHR::classifyBiasedScopes(SmallVectorImpl<CHRScope *> &Scopes) { in classifyBiasedScopes() argument
1261 for (CHRScope *Scope : Scopes) { in classifyBiasedScopes()
1990 dumpScopes(SmallVectorImpl<CHRScope *> &Scopes, const char *Label) { in dumpScopes() argument
1991 dbgs() << Label << " " << Scopes.size() << "\n"; in dumpScopes()
1992 for (CHRScope *Scope : Scopes) { in dumpScopes()