Lines Matching defs:cell
81 isl_set_list *cell;
88 isl_set_list_free(data->cell);
99 * Let A be the cell data_i->cell[i] and B the cell data_j->cell[j].
113 * (kept track of in data_i->cell[i] and data_j->cell[j]), while A' and B' refer
127 set_i = isl_set_list_get_set(data_i->cell, i);
130 data_i->cell = isl_set_list_set_set(data_i->cell, i, set_i);
132 set_j = isl_set_list_get_set(data_j->cell, j);
134 data_j->cell = isl_set_list_set_set(data_j->cell, j, set_j);
175 * is equal to the cell "j" and data_i->pw is better on its entire cell.
215 * by the sets in data1->cell and data2->cell and combine the results into
224 * domain from data1->cell or data2->cell. In cases where the next pieces
227 * the union of the domains in data1->cell and data2->cell.
236 isl_set_list *list1 = data1->cell;
237 isl_set_list *list2 = data2->cell;
281 * "pw2" on each cell. If only one of the two input functions
282 * is defined on a given cell, then it is considered the best.
289 * from "pw1", "pw2", data[0].cell and data[1].cell. If there are any pieces
325 data[i].cell = FN(PW,extract_domains)(data[i].pw);