Lines Matching refs:Scopes
296 for (CHRScope *Scope : Scopes) { in ~CHR()
314 SmallVectorImpl<CHRScope *> &Scopes);
327 void classifyBiasedScopes(SmallVectorImpl<CHRScope *> &Scopes);
394 DenseSet<CHRScope *> Scopes; member in __anone1ce48180111::CHR
777 Scopes.insert(Result); in findScope()
837 Scopes.insert(Result); in findScope()
977 SmallVectorImpl<CHRScope *> &Scopes) { in findScopes() argument
989 CHRScope *SubCHRScope = findScopes(SubR.get(), NextSubR, R, Scopes); in findScopes()
1019 Scopes.push_back(Sub); in findScopes()
1196 Scopes.insert(Tail); in splitScope()
1261 void CHR::classifyBiasedScopes(SmallVectorImpl<CHRScope *> &Scopes) { in classifyBiasedScopes() argument
1262 for (CHRScope *Scope : Scopes) { in classifyBiasedScopes()
1991 dumpScopes(SmallVectorImpl<CHRScope *> &Scopes, const char *Label) { in dumpScopes() argument
1992 dbgs() << Label << " " << Scopes.size() << "\n"; in dumpScopes()
1993 for (CHRScope *Scope : Scopes) { in dumpScopes()