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

References

tools/polly/lib/External/isl/isl_tab_pip.c
 5805 	pw_space = isl_space_copy(space);
 5806 	pw_space = isl_space_from_domain(pw_space);
 5806 	pw_space = isl_space_from_domain(pw_space);
 5807 	pw_space = isl_space_add_dims(pw_space, isl_dim_out, 1);
 5807 	pw_space = isl_space_add_dims(pw_space, isl_dim_out, 1);
 5808 	paff = isl_pw_aff_alloc_size(pw_space, var->n_row);