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

References

tools/polly/lib/External/isl/isl_map.c
 8827 	for (i = 0; i < bmap->n_div; ++i) {
 8827 	for (i = 0; i < bmap->n_div; ++i) {
 8827 	for (i = 0; i < bmap->n_div; ++i) {
 8829 		if (isl_int_is_zero(bmap->div[i][0]))
 8831 		pos = isl_seq_first_non_zero(bmap->div[i]+1+1+off+i,
 8831 		pos = isl_seq_first_non_zero(bmap->div[i]+1+1+off+i,
 8832 							    bmap->n_div-i);
 8839 		isl_basic_map_swap_div(bmap, i, i + pos);
 8839 		isl_basic_map_swap_div(bmap, i, i + pos);
 8840 		--i;