Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/
Disl_ast_codegen.c5210 isl_union_map *extra_umap; in build_ast_from_band() local
5227 extra_umap = isl_union_map_from_multi_union_pw_aff(extra); in build_ast_from_band()
5228 extra_umap = isl_union_map_reverse(extra_umap); in build_ast_from_band()
5230 executed = isl_union_map_domain_product(executed, extra_umap); in build_ast_from_band()