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
  589 		k = isl_basic_map_alloc_div(path);
  590 		if (k < 0)
  592 		isl_int_set_si(path->div[k][0], 0);
  596 		k = isl_basic_map_alloc_equality(path);
  597 		if (k < 0)
  599 		isl_seq_clr(path->eq[k], 1 + isl_basic_map_total_dim(path));
  600 		isl_int_set_si(path->eq[k][1 + nparam + i], 1);
  601 		isl_int_set_si(path->eq[k][1 + nparam + d + 1 + i], -1);
  602 		isl_int_set_si(path->eq[k][off + i], 1);
  634 	k = isl_basic_map_alloc_inequality(path);
  635 	if (k < 0)
  637 	isl_seq_clr(path->ineq[k], 1 + isl_basic_map_total_dim(path));
  639 		isl_int_set_si(path->ineq[k][0], -1);
  640 	isl_int_set_si(path->ineq[k][off + d], 1);