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

References

tools/polly/lib/External/isl/isl_map_simplify.c
  562 	for (done = 0; done < bmap->n_eq; ++done) {
  562 	for (done = 0; done < bmap->n_eq; ++done) {
  562 	for (done = 0; done < bmap->n_eq; ++done) {
  564 			for (k = done; k < bmap->n_eq; ++k)
  572 		if (k != done)
  573 			swap_equality(bmap, k, done);
  574 		if (isl_int_is_neg(bmap->eq[done][1+last_var]))
  575 			isl_seq_neg(bmap->eq[done], bmap->eq[done], 1+total);
  575 			isl_seq_neg(bmap->eq[done], bmap->eq[done], 1+total);
  577 		eliminate_var_using_equality(bmap, last_var, bmap->eq[done], 1,
  582 						done, progress);
  586 	if (done == bmap->n_eq)
  588 	for (k = done; k < bmap->n_eq; ++k) {
  593 	isl_basic_map_free_equality(bmap, bmap->n_eq-done);