Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/ppcg/
Dgpu.c2142 isl_union_map *tag2access; in wrapped_reference_to_access() local
2144 tag2access = isl_union_map_copy(tagged); in wrapped_reference_to_access()
2145 tag2access = isl_union_map_universe(tag2access); in wrapped_reference_to_access()
2146 tag2access = isl_union_set_unwrap(isl_union_map_domain(tag2access)); in wrapped_reference_to_access()
2147 tag2access = isl_union_map_domain_map(tag2access); in wrapped_reference_to_access()
2148 tag2access = isl_union_map_range_product(tag2access, tagged); in wrapped_reference_to_access()
2151 ref = isl_union_set_apply(ref, tag2access); in wrapped_reference_to_access()