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

Declarations

tools/polly/lib/External/isl/include/isl/constraint.h
   39 struct isl_constraint *isl_constraint_copy(struct isl_constraint *c);

References

tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
 6937   ptr = isl_constraint_copy(ptr);
 6968   return isl_constraint_copy(ptr);
tools/polly/lib/External/isl/isl_ast_build.c
 1493 	bmap1 = isl_basic_map_from_constraint(isl_constraint_copy(c));
tools/polly/lib/External/isl/isl_ast_build_expr.c
 1468 	bset = isl_basic_set_from_constraint(isl_constraint_copy(c));
 1477 		bset = isl_basic_set_from_constraint(isl_constraint_copy(c));
tools/polly/lib/External/isl/isl_ast_codegen.c
 2650 		set = isl_set_add_constraint(set, isl_constraint_copy(slice));
 3941 		map_i = isl_map_add_constraint(map_i, isl_constraint_copy(c));
tools/polly/lib/External/isl/isl_constraint.c
 1211 		upper = isl_constraint_copy(lower);
tools/polly/lib/External/isl/isl_list_templ.c
   78 		dup = FN(LIST(EL),add)(dup, FN(EL,copy)(list->p[i]));
  129 		res = FN(LIST(EL),add)(res, FN(EL,copy)(list->p[i]));
  218 		res = FN(LIST(EL),add)(res, FN(EL,copy)(list->p[i]));
  221 		res = FN(LIST(EL),add)(res, FN(EL,copy)(list->p[i]));
  276 	return FN(EL,copy)(FN(LIST(EL),peek)(list, index));
  382 		EL *el = FN(EL,copy)(list->p[i]);
  498 		el = FN(EL,copy)(list->p[pos[i]]);
  594 		list1 = FN(LIST(EL),add)(list1, FN(EL,copy)(list2->p[i]));
  620 		res = FN(LIST(EL),add)(res, FN(EL,copy)(list1->p[i]));
  622 		res = FN(LIST(EL),add)(res, FN(EL,copy)(list2->p[i]));