reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
389 ls = isl_local_space_copy(aff->ls); 390 ls = isl_local_space_from_domain(ls); 390 ls = isl_local_space_from_domain(ls); 391 ls = isl_local_space_add_dims(ls, isl_dim_out, 1); 391 ls = isl_local_space_add_dims(ls, isl_dim_out, 1); 392 return ls;