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

References

tools/polly/lib/External/isl/isl_coalesce.c
 2586 	for (i = 0; i < info1->bmap->n_div; ++i) {
 2586 	for (i = 0; i < info1->bmap->n_div; ++i) {
 2586 	for (i = 0; i < info1->bmap->n_div; ++i) {
 2590 		if (!isl_local_space_div_is_known(ls1, i) ||
 2591 		    !isl_local_space_div_is_known(ls2, i))
 2593 		if (isl_int_ne(info1->bmap->div[i][0], info2->bmap->div[i][0]))
 2593 		if (isl_int_ne(info1->bmap->div[i][0], info2->bmap->div[i][0]))
 2595 		if (isl_seq_eq(info1->bmap->div[i] + 1,
 2596 				info2->bmap->div[i] + 1, 1 + total))
 2598 		div1 = isl_local_space_get_div(ls1, i);
 2599 		div2 = isl_local_space_get_div(ls2, i);
 2605 		r = shift_if_cst_int(info1, i, div2);
 2613 	if (i < info1->bmap->n_div)