reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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);