reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3917 space = isl_ast_build_get_space(build, 1); 3918 executed = isl_union_map_empty(isl_space_copy(space)); 3919 space = isl_space_map_from_set(space); 3919 space = isl_space_map_from_set(space); 3920 map = isl_map_identity(isl_space_copy(space)); 3923 space = isl_space_insert_dims(space, isl_dim_out, depth + 1, 1); 3923 space = isl_space_insert_dims(space, isl_dim_out, depth + 1, 1); 3925 c = isl_constraint_alloc_equality(isl_local_space_from_space(space));