|
Polly 23.0.0git
|
#include <cpp-checked.h>
Public Member Functions | |
| union_access_info () | |
| union_access_info (const union_access_info &obj) | |
| union_access_info (isl::checked::union_map sink) | |
| union_access_info & | operator= (union_access_info obj) |
| ~union_access_info () | |
| __isl_give isl_union_access_info * | copy () const & |
| __isl_give isl_union_access_info * | copy () &&=delete |
| __isl_keep isl_union_access_info * | get () const |
| __isl_give isl_union_access_info * | release () |
| bool | is_null () const |
| isl::checked::ctx | ctx () const |
| isl::checked::union_flow | compute_flow () const |
| isl::checked::union_access_info | set_kill (isl::checked::union_map kill) const |
| isl::checked::union_access_info | set_may_source (isl::checked::union_map may_source) const |
| isl::checked::union_access_info | set_must_source (isl::checked::union_map must_source) const |
| isl::checked::union_access_info | set_schedule (isl::checked::schedule schedule) const |
| isl::checked::union_access_info | set_schedule_map (isl::checked::union_map schedule_map) const |
Protected Member Functions | |
| union_access_info (__isl_take isl_union_access_info *ptr) | |
Protected Attributes | |
| isl_union_access_info * | ptr = nullptr |
Friends | |
| union_access_info | manage (__isl_take isl_union_access_info *ptr) |
| union_access_info | manage_copy (__isl_keep isl_union_access_info *ptr) |
Definition at line 3859 of file cpp-checked.h.
|
inlineexplicitprotected |
Definition at line 18218 of file cpp-checked.h.
References __isl_take, and ptr.
Referenced by copy(), manage, manage_copy, operator=(), and union_access_info().
|
inline |
Definition at line 18221 of file cpp-checked.h.
References ptr.
|
inline |
Definition at line 18224 of file cpp-checked.h.
References obj, ptr, and union_access_info().
|
inlineexplicit |
Definition at line 18230 of file cpp-checked.h.
References isl_union_access_info_from_sink(), ptr, isl::checked::union_map::release(), and res.
|
inline |
Definition at line 18241 of file cpp-checked.h.
References isl_union_access_info_free(), and ptr.
|
inline |
Definition at line 18268 of file cpp-checked.h.
References copy(), isl_union_access_info_compute_flow(), manage, and res.
Referenced by copy().
|
inlinedelete |
References __isl_give, __isl_keep, __isl_take, compute_flow(), copy(), ctx(), get(), is_null(), manage, manage_copy, ptr, release(), set_kill(), set_may_source(), set_must_source(), set_schedule(), set_schedule_map(), and union_access_info().
|
inline |
Definition at line 18246 of file cpp-checked.h.
References __isl_give, isl_union_access_info_copy(), and ptr.
Referenced by compute_flow(), copy(), set_kill(), set_may_source(), set_must_source(), set_schedule(), and set_schedule_map().
|
inline |
Definition at line 18264 of file cpp-checked.h.
References isl_union_access_info_get_ctx(), and ptr.
Referenced by copy().
|
inline |
Definition at line 18250 of file cpp-checked.h.
References __isl_keep, and ptr.
Referenced by copy().
|
inline |
|
inline |
Definition at line 18236 of file cpp-checked.h.
References obj, and union_access_info().
|
inline |
Definition at line 18254 of file cpp-checked.h.
References __isl_give, and ptr.
Referenced by copy().
|
inline |
Definition at line 18274 of file cpp-checked.h.
References copy(), isl_union_access_info_set_kill(), manage, isl::checked::union_map::release(), and res.
Referenced by copy().
|
inline |
Definition at line 18280 of file cpp-checked.h.
References copy(), isl_union_access_info_set_may_source(), manage, isl::checked::union_map::release(), and res.
Referenced by copy().
|
inline |
Definition at line 18286 of file cpp-checked.h.
References copy(), isl_union_access_info_set_must_source(), manage, isl::checked::union_map::release(), and res.
Referenced by copy().
|
inline |
Definition at line 18292 of file cpp-checked.h.
References copy(), isl_union_access_info_set_schedule(), manage, isl::checked::schedule::release(), and res.
Referenced by copy().
|
inline |
Definition at line 18298 of file cpp-checked.h.
References copy(), isl_union_access_info_set_schedule_map(), manage, isl::checked::union_map::release(), and res.
Referenced by copy().
|
friend |
Definition at line 18210 of file cpp-checked.h.
References __isl_take, ptr, and union_access_info().
Referenced by compute_flow(), copy(), set_kill(), set_may_source(), set_must_source(), set_schedule(), and set_schedule_map().
|
friend |
Definition at line 18213 of file cpp-checked.h.
References __isl_keep, isl_union_access_info_copy(), ptr, and union_access_info().
Referenced by copy().
|
protected |
Definition at line 3864 of file cpp-checked.h.
Referenced by copy(), copy(), ctx(), get(), is_null(), manage, manage_copy, release(), union_access_info(), union_access_info(), union_access_info(), union_access_info(), and ~union_access_info().