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

References

tools/polly/lib/External/isl/isl_ast_codegen.c
  227 	executed = isl_map_intersect_domain(executed, domain);
  227 	executed = isl_map_intersect_domain(executed, domain);
  228 	empty = isl_map_is_empty(executed);
  232 		isl_map_free(executed);
  236 	sv = isl_map_plain_is_single_valued(executed);
  240 		return add_domain(executed, isl_map_copy(executed), data);
  240 		return add_domain(executed, isl_map_copy(executed), data);
  242 	executed = isl_map_coalesce(executed);
  242 	executed = isl_map_coalesce(executed);
  243 	map = isl_map_copy(executed);
  251 			map = isl_map_copy(executed);
  253 			return generate_non_single_valued(executed, data);
  256 	return add_domain(executed, map, data);
  259 	isl_map_free(executed);