Polly 20.0.0git
|
#include <isl-noexceptions.h>
Public Member Functions | |
union_set_list () | |
union_set_list (const union_set_list &obj) | |
union_set_list (isl::ctx ctx, int n) | |
union_set_list (isl::union_set el) | |
union_set_list (isl::ctx ctx, const std::string &str) | |
union_set_list & | operator= (union_set_list obj) |
~union_set_list () | |
__isl_give isl_union_set_list * | copy () const & |
__isl_give isl_union_set_list * | copy () &&=delete |
__isl_keep isl_union_set_list * | get () const |
__isl_give isl_union_set_list * | release () |
bool | is_null () const |
isl::ctx | ctx () const |
isl::union_set_list | add (isl::union_set el) const |
isl::union_set | at (int index) const |
isl::union_set | get_at (int index) const |
isl::union_set_list | clear () const |
isl::union_set_list | concat (isl::union_set_list list2) const |
isl::union_set_list | drop (unsigned int first, unsigned int n) const |
stat | foreach (const std::function< stat(isl::union_set)> &fn) const |
isl::union_set_list | insert (unsigned int pos, isl::union_set el) const |
class size | size () const |
Protected Member Functions | |
union_set_list (__isl_take isl_union_set_list *ptr) | |
Protected Attributes | |
isl_union_set_list * | ptr = nullptr |
Friends | |
union_set_list | manage (__isl_take isl_union_set_list *ptr) |
union_set_list | manage_copy (__isl_keep isl_union_set_list *ptr) |
Definition at line 4679 of file isl-noexceptions.h.
|
inlineexplicitprotected |
Definition at line 22243 of file isl-noexceptions.h.
|
inline |
Definition at line 22234 of file isl-noexceptions.h.
|
inline |
Definition at line 22237 of file isl-noexceptions.h.
|
inlineexplicit |
Definition at line 22246 of file isl-noexceptions.h.
References n, ptr, isl::ctx::release(), and res.
|
inlineexplicit |
Definition at line 22252 of file isl-noexceptions.h.
References ptr, isl::union_set::release(), and res.
|
inlineexplicit |
Definition at line 22258 of file isl-noexceptions.h.
References ptr, isl::ctx::release(), res, and str.
|
inline |
Definition at line 22269 of file isl-noexceptions.h.
References ptr.
|
inline |
Definition at line 22296 of file isl-noexceptions.h.
References copy(), manage, isl::union_set::release(), and res.
Referenced by polly::applyMaxFission(), polly::applyPartialUnroll(), and construct_schedule_tree().
|
inline |
|
inline |
Definition at line 22313 of file isl-noexceptions.h.
|
inline |
|
inlinedelete |
|
inline |
|
inline |
Definition at line 22292 of file isl-noexceptions.h.
References ptr.
|
inline |
|
inline |
|
inline |
Definition at line 22278 of file isl-noexceptions.h.
References ptr.
|
inline |
Definition at line 22308 of file isl-noexceptions.h.
References at().
|
inline |
Definition at line 22345 of file isl-noexceptions.h.
References copy(), manage, pos(), isl::union_set::release(), and res.
|
inline |
Definition at line 22288 of file isl-noexceptions.h.
References ptr.
|
inline |
Definition at line 22264 of file isl-noexceptions.h.
References obj.
|
inline |
Definition at line 22282 of file isl-noexceptions.h.
References isl_union_set_list, and ptr.
Referenced by concat(), isl::schedule_node::insert_sequence(), and isl::schedule_node::insert_set().
|
inline |
Definition at line 22351 of file isl-noexceptions.h.
References isl::size::manage, and res.
|
friend |
|
friend |
Definition at line 22229 of file isl-noexceptions.h.
|
protected |
Definition at line 4684 of file isl-noexceptions.h.
Referenced by copy(), ctx(), get(), is_null(), release(), union_set_list(), and ~union_set_list().