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

Declarations

tools/polly/lib/External/isl/include/isl/union_map.h
  186 __isl_give isl_union_map *isl_union_map_from_domain_and_range(

References

tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
16608   auto res = isl_union_map_from_domain_and_range(domain.release(), range.release());
tools/polly/lib/External/isl/isl_aff.c
 8436 	return isl_union_map_from_domain_and_range(dom, ran);
tools/polly/lib/External/isl/isl_ast_codegen.c
 5734 	executed = isl_union_map_from_domain_and_range(schedule_domain, domain);
tools/polly/lib/External/isl/isl_schedule_node.c
 3141 		expansion = isl_union_map_from_domain_and_range(domain, group);
 4289 	ext = isl_union_map_from_domain_and_range(universe, domain);
tools/polly/lib/External/ppcg/gpu.c
 4316 		copy_i = isl_union_map_from_domain_and_range(domain, extent);
 4750 	extension = isl_union_map_from_domain_and_range(domain, all);