Home
last modified time | relevance | path

Searched refs:bmap_n_eq (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_map_simplify.c3023 __isl_keep isl_basic_map *bmap, int bmap_n_eq, in extract_compressed_stride_constraints() argument
3038 V = combined_variable_compression(bmap, bmap_n_eq, in extract_compressed_stride_constraints()
3055 0, bmap_n_eq, 0, 1 + total + n_div); in extract_compressed_stride_constraints()
3217 int bmap_n_eq, context_n_eq; in gist_strides() local
3223 bmap_n_eq = n_div_eq(bmap); in gist_strides()
3226 if (bmap_n_eq < 0 || context_n_eq < 0) in gist_strides()
3228 if (bmap_n_eq == 0 || context_n_eq == 0) in gist_strides()
3231 A = extract_compressed_stride_constraints(bmap, bmap_n_eq, in gist_strides()
3233 bmap = reduce_stride_constraints(bmap, bmap_n_eq, A); in gist_strides()