reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
8243 str = "{ A[i,j] -> [i,j] : 0 <= i,j <= 1 }"; 8244 schedule = isl_union_map_read_from_str(ctx, str); 8248 str = "{ [i,j] -> atomic[1] : i + j = 1; [i,j] -> unroll[1] : i = j }"; 8249 options = isl_union_map_read_from_str(ctx, str);