|
Polly 22.0.0git
|
#include <isl-noexceptions.h>
Public Member Functions | |
| union_flow () | |
| union_flow (const union_flow &obj) | |
| union_flow & | operator= (union_flow obj) |
| ~union_flow () | |
| __isl_give isl_union_flow * | copy () const & |
| __isl_give isl_union_flow * | copy () &&=delete |
| __isl_keep isl_union_flow * | get () const |
| __isl_give isl_union_flow * | release () |
| bool | is_null () const |
| isl::ctx | ctx () const |
| isl::union_map | full_may_dependence () const |
| isl::union_map | get_full_may_dependence () const |
| isl::union_map | full_must_dependence () const |
| isl::union_map | get_full_must_dependence () const |
| isl::union_map | may_dependence () const |
| isl::union_map | get_may_dependence () const |
| isl::union_map | may_no_source () const |
| isl::union_map | get_may_no_source () const |
| isl::union_map | must_dependence () const |
| isl::union_map | get_must_dependence () const |
| isl::union_map | must_no_source () const |
| isl::union_map | get_must_no_source () const |
Protected Member Functions | |
| union_flow (__isl_take isl_union_flow *ptr) | |
Protected Attributes | |
| isl_union_flow * | ptr = nullptr |
Friends | |
| union_flow | manage (__isl_take isl_union_flow *ptr) |
| union_flow | manage_copy (__isl_keep isl_union_flow *ptr) |
Definition at line 4241 of file isl-noexceptions.h.
|
inlineexplicitprotected |
Definition at line 20208 of file isl-noexceptions.h.
References __isl_take, and ptr.
Referenced by manage, manage_copy, operator=(), and union_flow().
|
inline |
Definition at line 20199 of file isl-noexceptions.h.
References ptr.
|
inline |
Definition at line 20202 of file isl-noexceptions.h.
References obj, ptr, and union_flow().
|
inline |
Definition at line 20216 of file isl-noexceptions.h.
References isl_union_flow_free(), and ptr.
|
inlinedelete |
References __isl_give, __isl_keep, __isl_take, copy(), ctx(), full_may_dependence(), full_must_dependence(), get(), get_full_may_dependence(), get_full_must_dependence(), get_may_dependence(), get_may_no_source(), get_must_dependence(), get_must_no_source(), is_null(), manage, manage_copy, may_dependence(), may_no_source(), must_dependence(), must_no_source(), ptr, and release().
|
inline |
Definition at line 20221 of file isl-noexceptions.h.
References __isl_give, isl_union_flow_copy(), and ptr.
Referenced by copy().
|
inline |
Definition at line 20239 of file isl-noexceptions.h.
References isl_union_flow_get_ctx(), and ptr.
Referenced by copy().
|
inline |
Definition at line 20243 of file isl-noexceptions.h.
References get(), isl_union_flow_get_full_may_dependence(), manage, and res.
Referenced by copy(), and get_full_may_dependence().
|
inline |
Definition at line 20254 of file isl-noexceptions.h.
References get(), isl_union_flow_get_full_must_dependence(), manage, and res.
Referenced by copy(), and get_full_must_dependence().
|
inline |
Definition at line 20225 of file isl-noexceptions.h.
References __isl_keep, and ptr.
Referenced by copy(), full_may_dependence(), full_must_dependence(), may_dependence(), may_no_source(), must_dependence(), and must_no_source().
|
inline |
Definition at line 20249 of file isl-noexceptions.h.
References full_may_dependence().
Referenced by copy().
|
inline |
Definition at line 20260 of file isl-noexceptions.h.
References full_must_dependence().
Referenced by copy().
|
inline |
Definition at line 20271 of file isl-noexceptions.h.
References may_dependence().
Referenced by copy().
|
inline |
Definition at line 20282 of file isl-noexceptions.h.
References may_no_source().
Referenced by copy().
|
inline |
Definition at line 20293 of file isl-noexceptions.h.
References must_dependence().
Referenced by copy().
|
inline |
Definition at line 20304 of file isl-noexceptions.h.
References must_no_source().
Referenced by copy().
|
inline |
|
inline |
Definition at line 20265 of file isl-noexceptions.h.
References get(), isl_union_flow_get_may_dependence(), manage, and res.
Referenced by copy(), and get_may_dependence().
|
inline |
Definition at line 20276 of file isl-noexceptions.h.
References get(), isl_union_flow_get_may_no_source(), manage, and res.
Referenced by copy(), and get_may_no_source().
|
inline |
Definition at line 20287 of file isl-noexceptions.h.
References get(), isl_union_flow_get_must_dependence(), manage, and res.
Referenced by copy(), and get_must_dependence().
|
inline |
Definition at line 20298 of file isl-noexceptions.h.
References get(), isl_union_flow_get_must_no_source(), manage, and res.
Referenced by copy(), and get_must_no_source().
|
inline |
Definition at line 20211 of file isl-noexceptions.h.
References obj, and union_flow().
|
inline |
Definition at line 20229 of file isl-noexceptions.h.
References __isl_give, and ptr.
Referenced by copy().
|
friend |
Definition at line 20191 of file isl-noexceptions.h.
References __isl_take, ptr, and union_flow().
Referenced by copy(), full_may_dependence(), full_must_dependence(), may_dependence(), may_no_source(), must_dependence(), and must_no_source().
|
friend |
Definition at line 20194 of file isl-noexceptions.h.
References __isl_keep, isl_union_flow_copy(), ptr, and union_flow().
Referenced by copy().
|
protected |
Definition at line 4246 of file isl-noexceptions.h.
Referenced by copy(), copy(), ctx(), get(), is_null(), manage, manage_copy, release(), union_flow(), union_flow(), union_flow(), and ~union_flow().