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

References

tools/polly/lib/External/isl/isl_transitive_closure.c
  237 		k = isl_basic_map_alloc_div(path);
  238 		if (k < 0)
  240 		isl_assert(steps->ctx, i == k, goto error);
  241 		isl_int_set_si(path->div[k][0], 0);
  245 		k = isl_basic_map_alloc_equality(path);
  246 		if (k < 0)
  248 		isl_seq_clr(path->eq[k], 1 + isl_basic_map_total_dim(path));
  249 		isl_int_set_si(path->eq[k][1 + nparam + i], 1);
  250 		isl_int_set_si(path->eq[k][1 + nparam + d + i], -1);
  253 				isl_int_set_si(path->eq[k][1 + nparam + 2 * d + j], 1);
  256 				isl_int_set(path->eq[k][1 + nparam + 2 * d + j],
  261 		k = isl_basic_map_alloc_inequality(path);
  262 		if (k < 0)
  264 		isl_seq_clr(path->ineq[k], 1 + isl_basic_map_total_dim(path));
  265 		isl_int_set_si(path->ineq[k][1 + nparam + 2 * d + i], 1);