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

Declarations

tools/polly/lib/External/isl/include/isl/set.h
  271 __isl_give isl_set *isl_set_union_disjoint(

References

tools/polly/lib/External/isl/isl_aff.c
 2370 	return isl_set_union_disjoint(set_lt, set_gt);
 2841 		set = isl_set_union_disjoint(set, set_i);
 3160 	return isl_set_union_disjoint(set_lt, set_gt);
tools/polly/lib/External/isl/isl_flow.c
 1236 			maydo = isl_set_union_disjoint(maydo, ran);
tools/polly/lib/External/isl/isl_map_lexopt_templ.c
  126 			all_empty = isl_set_union_disjoint(all_empty, *empty);
tools/polly/lib/External/isl/isl_pw_templ.c
  721 		dom = isl_set_union_disjoint(dom, isl_set_copy(pw->p[i].set));
tools/polly/lib/External/isl/isl_tab_pip.c
 4797 		res = isl_set_union_disjoint(res, set);