reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/External/isl/isl_tab_lexopt_templ.c
   69 	list = isl_alloc_array(ctx, int, bmap->n_ineq);
   71 	if ((bmap->n_ineq && !list) || (n_out && !var))
   74 	list[0] = first;
   75 	list[1] = second;
   80 			list[n++] = i;
   88 		isl_seq_cpy(cst->row[i], bmap->ineq[list[i]], 1 + n_in);
   94 		if (isl_basic_map_drop_inequality(bmap, list[i]) < 0)
  120 	free(list);
  129 	free(list);