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
  130 __isl_give isl_set *isl_set_from_union_set(__isl_take isl_union_set *uset);

References

tools/polly/lib/CodeGen/IslNodeBuilder.cpp
  866       auto SchedDom = isl_set_from_union_set(
tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
14489   auto res = isl_set_from_union_set(uset.release());
tools/polly/lib/External/isl/isl_aff.c
 7948 	set = isl_set_from_union_set(isl_union_set_copy(mupa->u.dom));
tools/polly/lib/External/isl/isl_ast_codegen.c
 1823 	domain = isl_set_from_union_set(uset);
 3095 	domain = isl_set_from_union_set(schedule_domain);
 3332 	domain = isl_set_from_union_set(schedule_domain);
 3585 	domain = isl_set_from_union_set(schedule_domain);
tools/polly/lib/External/isl/isl_test.c
 3994 		delta_set = isl_set_from_union_set(delta);
 4151 	set = isl_set_from_union_set(range);
tools/polly/lib/External/isl/isl_union_map.c
   86 	set = isl_set_from_union_set(isl_union_set_copy(uset));
 1007 						isl_set_from_union_set(uset));
 1013 	return isl_union_map_gist_params(umap, isl_set_from_union_set(uset));
 2009 	return isl_set_from_union_set(un_op(umap, &control));
tools/polly/lib/External/isl/isl_union_templ.c
  753 						isl_set_from_union_set(uset));
  787 		return FN(UNION,gist_params)(u, isl_set_from_union_set(uset));
tools/polly/lib/External/ppcg/gpu.c
 2855 		context = isl_set_from_union_set(schedule_domain);
 3883 	host_domain = isl_set_from_union_set(isl_union_map_range(
 4703 		domain = isl_set_from_union_set(filter);
tools/polly/lib/External/ppcg/gpu_tree.c
  356 	set = isl_set_from_union_set(isl_union_set_copy(domain));
tools/polly/lib/External/ppcg/hybrid.c
 1776 	all_el = isl_set_from_union_set(isl_union_set_apply(domain, schedule));