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

References

tools/polly/lib/External/isl/isl_local_space.c
  690 	bmap = isl_basic_map_order_divs(bmap);
  690 	bmap = isl_basic_map_order_divs(bmap);
  691 	if (!bmap)
  693 	if (bmap->n_div <= 1)
  694 		return bmap;
  696 	total = 2 + isl_basic_map_total_dim(bmap);
  697 	for (i = 1; i < bmap->n_div; ++i) {
  699 			if (bmap_cmp_row(bmap, j, j + 1, total) <= 0)
  701 			isl_basic_map_swap_div(bmap, j, j + 1);
  705 	return bmap;