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

Declarations

tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
 3519   inline __isl_give isl_union_set *copy() const &;

References

tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
18403   ptr = obj.copy();
18485   auto res = isl_union_set_add_set(copy(), set.release());
18491   auto res = isl_union_set_affine_hull(copy());
18497   auto res = isl_union_set_align_params(copy(), model.release());
18503   auto res = isl_union_set_apply(copy(), umap.release());
18509   auto res = isl_union_set_coalesce(copy());
18515   auto res = isl_union_set_coefficients(copy());
18521   auto res = isl_union_set_compute_schedule(copy(), validity.release(), proximity.release());
18533   auto res = isl_union_set_detect_equalities(copy());
18609   auto res = isl_union_set_gist(copy(), context.release());
18615   auto res = isl_union_set_gist_params(copy(), set.release());
18621   auto res = isl_union_set_identity(copy());
18627   auto res = isl_union_set_identity_union_pw_multi_aff(copy());
18633   auto res = isl_union_set_intersect(copy(), uset2.release());
18639   auto res = isl_union_set_intersect_params(copy(), set.release());
18681   auto res = isl_union_set_lex_ge_union_set(copy(), uset2.release());
18687   auto res = isl_union_set_lex_gt_union_set(copy(), uset2.release());
18693   auto res = isl_union_set_lex_le_union_set(copy(), uset2.release());
18699   auto res = isl_union_set_lex_lt_union_set(copy(), uset2.release());
18705   auto res = isl_union_set_lexmax(copy());
18711   auto res = isl_union_set_lexmin(copy());
18729   auto res = isl_union_set_params(copy());
18735   auto res = isl_union_set_polyhedral_hull(copy());
18741   auto res = isl_union_set_preimage_multi_aff(copy(), ma.release());
18747   auto res = isl_union_set_preimage_pw_multi_aff(copy(), pma.release());
18753   auto res = isl_union_set_preimage_union_pw_multi_aff(copy(), upma.release());
18759   auto res = isl_union_set_product(copy(), uset2.release());
18765   auto res = isl_union_set_project_out(copy(), static_cast<enum isl_dim_type>(type), first, n);
18771   auto res = isl_union_set_remove_divs(copy());
18777   auto res = isl_union_set_remove_redundancies(copy());
18783   auto res = isl_union_set_reset_user(copy());
18789   auto res = isl_union_set_sample(copy());
18795   auto res = isl_union_set_sample_point(copy());
18801   auto res = isl_union_set_simple_hull(copy());
18807   auto res = isl_union_set_solutions(copy());
18813   auto res = isl_union_set_subtract(copy(), uset2.release());
18819   auto res = isl_union_set_union(copy(), uset2.release());
18825   auto res = isl_union_set_universe(copy());
18831   auto res = isl_union_set_unwrap(copy());
18837   auto res = isl_union_set_wrapped_domain_map(copy());
tools/polly/lib/Support/ISLTools.cpp
  272   USet = isl::manage(isl_union_set_compute_divs(USet.copy()));