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

References

tools/polly/lib/External/isl/isl_space.c
  282 		id = get_id(src, src_type, i);
  499 	isl_id_free(get_id(space, type, pos));
  533 	isl_id_free(get_id(space, type, pos));
  545 	return get_id(dim, type, pos) != NULL;
  553 	if (!get_id(dim, type, pos))
  556 	return isl_id_copy(get_id(dim, type, pos));
  633 	id = get_id(space, type, pos);
  640 	isl_id *id = get_id(dim, type, pos);
  676 		isl_id *id = get_id(space, type, i);
  839 		if (get_id(space1, type1, i) != get_id(space2, type2, i))
  839 		if (get_id(space1, type1, i) != get_id(space2, type2, i))
  888 		ids[i] = get_id(dim, type, first + i);
 1731 			isl_id_free(get_id(dim, type, first + i));
 1733 			set_id(dim, type, i - num, get_id(dim, type, i));
 1901 		isl_id_free(get_id(dim, isl_dim_out, i));
 2020 		id = get_id(space, isl_dim_param, i);
 2683 		cmp = isl_id_cmp(get_id(space1, isl_dim_param, i),
 2684 				 get_id(space2, isl_dim_param, i));