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

References

tools/polly/lib/External/isl/isl_input.c
 1582 	list1 = accept_affine_list(s, isl_set_get_space(set), v);
 1583 	if (!list1)
 1598 		n1 = isl_pw_aff_list_n_pw_aff(list1);
 1606 		set = construct_constraints(set, type, list1, list2, rational);
 1607 		isl_pw_aff_list_free(list1);
 1608 		list1 = list2;
 1619 	isl_pw_aff_list_free(list1);
 1623 	isl_pw_aff_list_free(list1);