reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
164 lp->con_offset = lp->tab->n_con;
tools/polly/lib/External/isl/isl_coalesce.c2723 n_ineq = tab->n_con - tab->n_eq; 2804 isl_tab_select_facet(info->tab, info->tab->n_con - 1) < 0) 2856 if (info->bmap->n_eq + info->bmap->n_ineq != info->tab->n_con) 2873 n_ineq = info->tab->n_con - info->tab->n_eq;tools/polly/lib/External/isl/isl_map_subtract.c
220 for (i = 0; i < tab->n_con; ++i) 235 int n_test = tab->n_con - offset; 379 offset = tab->n_con;tools/polly/lib/External/isl/isl_sample.c
166 for (i = 0, j = 0; i < tab->n_con; ++i) {
tools/polly/lib/External/isl/isl_tab.c69 tab->n_con = 0; 114 if (tab->max_con < tab->n_con + n_new) { 247 for (i = 0; i < tab->n_con; ++i) 279 dup->n_con = tab->n_con; 279 dup->n_con = tab->n_con; 485 for (i = 0; i < tab1->n_con; ++i) { 489 for (i = 0; i < tab2->n_con; ++i) { 490 prod->con[tab1->n_con + i] = tab2->con[i]; 491 update_index2(&prod->con[tab1->n_con + i], 509 t -= tab1->n_con; 526 t -= tab1->n_con; 532 prod->n_con = tab1->n_con + tab2->n_con; 532 prod->n_con = tab1->n_con + tab2->n_con; 532 prod->n_con = tab1->n_con + tab2->n_con; 1682 isl_assert(tab->mat->ctx, tab->n_con < tab->max_con, return -1); 1684 r = tab->n_con; 1695 tab->n_con++; 1873 isl_assert(tab->mat->ctx, ~tab->row_var[row] == tab->n_con - 1, 1878 tab->n_con--; 1921 tab->n_con == bmap->n_eq + bmap->n_ineq, 2673 if (r + 1 != tab->n_con) 2709 r = tab->n_con; 2731 tab->n_con++; 2929 for (i = tab->n_con - 1; i >= 0; --i) { 3275 tab->dual = isl_vec_alloc(tab->mat->ctx, 1 + tab->n_con); 3279 for (i = 0; i < tab->n_con; ++i) { 3318 if (con < 0 || con >= tab->n_con) 4041 tab->n_con == bmap->n_eq + bmap->n_ineq, goto error); 4094 for (i = 0; i < tab->n_con; ++i) {tools/polly/lib/External/isl/isl_tab_pip.c
2426 var = &context_tab->con[context_tab->n_con - 1]; 2712 var = &context_tab->con[context_tab->n_con - 1];tools/polly/lib/External/isl/isl_vertices.c
615 for (i = 0; i < tab->n_con && tab->con[i].frozen; ++i) 690 for (i = 0; i < tab->n_con && tab->con[i].frozen; ++i) 741 for (i = 0; i < tab->n_con; ++i) { 799 for (i = 0; i < tab->n_con; ++i) { 918 if (isl_tab_freeze_constraint(tab, tab->n_con - 1) < 0)