reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/External/ppcg/gpu.c
 2144 	tag2access = isl_union_map_copy(tagged);
 2145 	tag2access = isl_union_map_universe(tag2access);
 2145 	tag2access = isl_union_map_universe(tag2access);
 2146 	tag2access = isl_union_set_unwrap(isl_union_map_domain(tag2access));
 2146 	tag2access = isl_union_set_unwrap(isl_union_map_domain(tag2access));
 2147 	tag2access = isl_union_map_domain_map(tag2access);
 2147 	tag2access = isl_union_map_domain_map(tag2access);
 2148 	tag2access = isl_union_map_range_product(tag2access, tagged);
 2148 	tag2access = isl_union_map_range_product(tag2access, tagged);
 2151 	ref = isl_union_set_apply(ref, tag2access);