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

References

tools/polly/lib/External/isl/isl_input.c
 3814 	n = v->n;
 3815 	aff_dom = read_aff_domain(s, isl_set_copy(dom), v);
 3816 	pa = read_pw_aff_with_dom(s, aff_dom, v);
 3817 	vars_drop(v, v->n - n);
 3817 	vars_drop(v, v->n - n);
 3825 		n = v->n;
 3826 		aff_dom = read_aff_domain(s, isl_set_copy(dom), v);
 3827 		pa_i = read_pw_aff_with_dom(s, aff_dom, v);
 3828 		vars_drop(v, v->n - n);
 3828 		vars_drop(v, v->n - n);