reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
638 ci->index = NULL; 647 ci->index = isl_calloc_array(ctx, isl_int **, ci->size); 648 if (!ci->index) 658 free(ci->index); 671 for (h = hash; ci->index[h]; h = (h+1) % ci->size) 672 if (ineq != ci->index[h] && 673 isl_seq_eq((*ineq) + 1, ci->index[h][0]+1, ci->total)) 709 ci->index[h] = &bset->ineq[k]; 734 if (!ci->index[h]) 736 return isl_int_ge(ineq[0], (*ci->index[h])[0]); 1175 ci.index[h] = &bmap->ineq[0]; 1178 if (!ci.index[h]) { 1179 ci.index[h] = &bmap->ineq[k]; 1184 l = ci.index[h] - &bmap->ineq[0]; 1195 if (!ci.index[h]) 1197 l = ci.index[h] - &bmap->ineq[0];