reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
87 if (!ls) 90 ctx = isl_local_space_get_ctx(ls); 91 if (!isl_local_space_divs_known(ls)) 94 if (!isl_local_space_is_set(ls)) 99 total = isl_local_space_dim(ls, isl_dim_all); 101 return isl_aff_alloc_vec(ls, v); 103 isl_local_space_free(ls);