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

Declarations

tools/polly/lib/External/isl/include/isl/union_set.h
   18 __isl_give isl_union_set *isl_union_set_from_set(__isl_take isl_set *set);

References

tools/polly/lib/Analysis/DependenceInfo.cpp
  582           isl_union_map_copy(TC_RED), isl_union_set_from_set(AccDomW));
tools/polly/lib/CodeGen/IslNodeBuilder.cpp
  395   isl_union_set *Domain = isl_union_set_from_set(Stmt->getDomain().release());
tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
18419   auto res = isl_union_set_from_set(set.release());
tools/polly/lib/External/isl/isl_aff.c
 8425 	ran = isl_union_set_from_set(isl_set_universe(space));
 8643 	domain = isl_union_set_from_set(range);
tools/polly/lib/External/isl/isl_ast_codegen.c
 2902 				    isl_union_set_from_set(domain));
 3436 	uset = isl_union_set_from_set(isl_set_copy(domain));
 4336 					    isl_union_set_from_set(context));
 4897 						 isl_union_set_from_set(set));
 5252 					isl_union_set_from_set(context));
 5332 	schedule_domain = isl_union_set_from_set(set);
 5732 	schedule_domain = isl_union_set_from_set(set);
tools/polly/lib/External/isl/isl_input.c
 2444 		obj.v = isl_union_set_from_set(obj.v);
 2784 		obj.v = isl_union_set_from_set(obj.v);
 2807 		obj.v = isl_union_set_from_set(obj.v);
tools/polly/lib/External/isl/isl_multi_union_pw_aff_explicit_domain.c
   24 	mupa->u.dom = isl_union_set_from_set(isl_set_universe(space));
tools/polly/lib/External/isl/isl_point.c
  551 	return isl_union_set_from_set(isl_set_from_point(pnt));
tools/polly/lib/External/isl/isl_schedule_band.c
  951 	options = isl_union_set_subtract(options, isl_union_set_from_set(drop));
  952 	options = isl_union_set_union(options, isl_union_set_from_set(add));
tools/polly/lib/External/isl/isl_schedule_node.c
 3140 		group = isl_union_set_from_set(set);
 4288 	universe = isl_union_set_from_set(isl_set_universe(space));
tools/polly/lib/External/isl/isl_scheduler.c
 3145 	uset = isl_union_set_from_set(isl_map_wrap(isl_map_copy(map)));
 3403 	dom = isl_union_set_from_set(set);
 3409 		dom = isl_union_set_union(dom, isl_union_set_from_set(set));
 6175 	uset = isl_union_set_from_set(isl_set_universe(space));
 6179 	uset = isl_union_set_from_set(isl_set_universe(space));
tools/polly/lib/External/isl/isl_test.c
  282 	uset = isl_union_set_from_set(dom);
 3525 		uset2 = isl_union_set_union(uset2, isl_union_set_from_set(set));
tools/polly/lib/External/isl/isl_union_map.c
 2675 						isl_union_set_from_set(set));
 3024 			isl_union_set_from_set(isl_set_copy(ran)));
 3174 		*res = isl_union_set_from_set(set);
tools/polly/lib/External/ppcg/gpu.c
  155 						isl_union_set_from_set(space));
  303 		uset = isl_union_set_from_set(set);
  522 	local_sizes = isl_union_set_apply(isl_union_set_from_set(dom),
 3532 		domain = isl_union_set_from_set(isl_map_wrap(map));
 4310 		extent = isl_union_set_from_set(isl_set_universe(space));
 4314 		extent = isl_union_set_from_set(set);
 4667 		uset = isl_union_set_from_set(isl_set_universe(space));
 4749 	domain = isl_union_set_from_set(isl_set_universe(space));
 4789 				    isl_union_set_from_set(isl_set_copy(set)));
 5253 	domain = isl_union_set_from_set(isl_set_universe(space));
 5260 	domain = isl_union_set_from_set(isl_set_universe(space));
tools/polly/lib/External/ppcg/gpu_group.c
  590 						isl_union_set_from_set(param));
tools/polly/lib/External/ppcg/gpu_tree.c
  326 	return isl_union_set_from_set(isl_set_universe(space));
tools/polly/lib/External/ppcg/hybrid.c
 2114 	phase0 = isl_union_set_from_set(ppcg_ht_phase_get_domain(phase_0));
 2117 	phase1 = isl_union_set_from_set(ppcg_ht_phase_get_domain(phase_1));