Polly 20.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.
|
inline |
Definition at line 20199 of file isl-noexceptions.h.
|
inline |
Definition at line 20202 of file isl-noexceptions.h.
|
inline |
Definition at line 20216 of file isl-noexceptions.h.
References isl_union_flow_free(), and ptr.
|
inlinedelete |
|
inline |
Definition at line 20221 of file isl-noexceptions.h.
References isl_union_flow_copy(), and ptr.
|
inline |
Definition at line 20239 of file isl-noexceptions.h.
References isl_union_flow_get_ctx(), and ptr.
|
inline |
Definition at line 20243 of file isl-noexceptions.h.
References get(), isl_union_flow_get_full_may_dependence(), manage, and res.
Referenced by 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 get_full_must_dependence().
|
inline |
Definition at line 20225 of file isl-noexceptions.h.
References ptr.
Referenced by 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().
|
inline |
Definition at line 20260 of file isl-noexceptions.h.
References full_must_dependence().
|
inline |
Definition at line 20271 of file isl-noexceptions.h.
References may_dependence().
|
inline |
Definition at line 20282 of file isl-noexceptions.h.
References may_no_source().
|
inline |
Definition at line 20293 of file isl-noexceptions.h.
References must_dependence().
|
inline |
Definition at line 20304 of file isl-noexceptions.h.
References must_no_source().
|
inline |
Definition at line 20235 of file isl-noexceptions.h.
References ptr.
|
inline |
Definition at line 20265 of file isl-noexceptions.h.
References get(), isl_union_flow_get_may_dependence(), manage, and res.
Referenced by 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 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 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 get_must_no_source().
|
inline |
Definition at line 20211 of file isl-noexceptions.h.
References obj.
|
inline |
Definition at line 20229 of file isl-noexceptions.h.
References ptr.
|
friend |
Definition at line 20191 of file isl-noexceptions.h.
Referenced by 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.
|
protected |
Definition at line 4246 of file isl-noexceptions.h.
Referenced by copy(), ctx(), get(), is_null(), release(), union_flow(), and ~union_flow().