Lines Matching refs:sets
341 g->sets = NULL; in llvm_regcomp()
1215 ptr = (cset *)realloc((char *)p->g->sets, nc * sizeof(cset)); in allocset()
1218 p->g->sets = ptr; in allocset()
1226 p->g->sets[i].ptr = p->g->setbits + css*(i/CHAR_BIT); in allocset()
1231 if (p->g->sets == NULL || p->g->setbits == NULL) in allocset()
1234 cs = &p->g->sets[no]; in allocset()
1243 free(p->g->sets); in allocset()
1244 p->g->sets = NULL; in allocset()
1260 cset *top = &p->g->sets[p->g->ncsets]; in freeset()
1283 cset *top = &p->g->sets[p->g->ncsets]; in freezeset()
1288 for (cs2 = &p->g->sets[0]; cs2 < top; cs2++) in freezeset()
1303 return((int)(cs - p->g->sets)); in freezeset()