Polly 22.0.0git
isl::schedule_node_guard Class Reference

#include <isl-noexceptions.h>

Inheritance diagram for isl::schedule_node_guard:
[legend]

Public Member Functions

 schedule_node_guard ()
 schedule_node_guard (const schedule_node_guard &obj)
schedule_node_guardoperator= (schedule_node_guard obj)
isl::ctx ctx () const
isl::set guard () const
isl::set get_guard () const
Public Member Functions inherited from isl::schedule_node
 schedule_node ()
 schedule_node (const schedule_node &obj)
schedule_nodeoperator= (schedule_node obj)
 ~schedule_node ()
__isl_give isl_schedule_nodecopy () const &
__isl_give isl_schedule_nodecopy () &&=delete
__isl_keep isl_schedule_nodeget () const
__isl_give isl_schedule_noderelease ()
bool is_null () const
template<class T>
boolean isa () const
template<class T>
as () const
isl::ctx ctx () const
isl::schedule_node ancestor (int generation) const
class size ancestor_child_position (const isl::schedule_node &ancestor) const
class size get_ancestor_child_position (const isl::schedule_node &ancestor) const
isl::schedule_node child (int pos) const
class size child_position () const
class size get_child_position () const
isl::union_set domain () const
isl::union_set get_domain () const
boolean every_descendant (const std::function< boolean(isl::schedule_node)> &test) const
isl::schedule_node first_child () const
stat foreach_ancestor_top_down (const std::function< stat(isl::schedule_node)> &fn) const
stat foreach_descendant_top_down (const std::function< boolean(isl::schedule_node)> &fn) const
isl::schedule_node graft_after (isl::schedule_node graft) const
isl::schedule_node graft_before (isl::schedule_node graft) const
boolean has_children () const
boolean has_next_sibling () const
boolean has_parent () const
boolean has_previous_sibling () const
isl::schedule_node insert_context (isl::set context) const
isl::schedule_node insert_filter (isl::union_set filter) const
isl::schedule_node insert_guard (isl::set context) const
isl::schedule_node insert_mark (isl::id mark) const
isl::schedule_node insert_mark (const std::string &mark) const
isl::schedule_node insert_partial_schedule (isl::multi_union_pw_aff schedule) const
isl::schedule_node insert_sequence (isl::union_set_list filters) const
isl::schedule_node insert_set (isl::union_set_list filters) const
boolean is_equal (const isl::schedule_node &node2) const
boolean is_subtree_anchored () const
isl::schedule_node map_descendant_bottom_up (const std::function< isl::schedule_node(isl::schedule_node)> &fn) const
class size n_children () const
isl::schedule_node next_sibling () const
isl::schedule_node order_after (isl::union_set filter) const
isl::schedule_node order_before (isl::union_set filter) const
isl::schedule_node parent () const
isl::multi_union_pw_aff prefix_schedule_multi_union_pw_aff () const
isl::multi_union_pw_aff get_prefix_schedule_multi_union_pw_aff () const
isl::union_map prefix_schedule_relation () const
isl::union_map get_prefix_schedule_relation () const
isl::union_map prefix_schedule_union_map () const
isl::union_map get_prefix_schedule_union_map () const
isl::union_pw_multi_aff prefix_schedule_union_pw_multi_aff () const
isl::union_pw_multi_aff get_prefix_schedule_union_pw_multi_aff () const
isl::schedule_node previous_sibling () const
isl::schedule_node root () const
isl::schedule schedule () const
isl::schedule get_schedule () const
class size schedule_depth () const
class size get_schedule_depth () const
isl::schedule_node shared_ancestor (const isl::schedule_node &node2) const
isl::schedule_node get_shared_ancestor (const isl::schedule_node &node2) const
class size tree_depth () const
class size get_tree_depth () const
isl::union_set universe_domain () const
isl::union_set get_universe_domain () const

Protected Member Functions

 schedule_node_guard (__isl_take isl_schedule_node *ptr)
Protected Member Functions inherited from isl::schedule_node
 schedule_node (__isl_take isl_schedule_node *ptr)

Static Private Attributes

static const auto type = isl_schedule_node_guard

Friends

template<class T>
boolean schedule_node::isa () const
schedule_node_guard schedule_node::as () const

Additional Inherited Members

Static Public Member Functions inherited from isl::schedule_node
static isl::schedule_node from_domain (isl::union_set domain)
static isl::schedule_node from_extension (isl::union_map extension)
Protected Attributes inherited from isl::schedule_node
isl_schedule_nodeptr = nullptr

Detailed Description

Definition at line 3777 of file isl-noexceptions.h.

Constructor & Destructor Documentation

◆ schedule_node_guard() [1/3]

isl::schedule_node_guard::schedule_node_guard ( __isl_take isl_schedule_node * ptr)
inlineexplicitprotected

◆ schedule_node_guard() [2/3]

isl::schedule_node_guard::schedule_node_guard ( )
inline

Definition at line 18252 of file isl-noexceptions.h.

References isl::schedule_node::schedule_node().

◆ schedule_node_guard() [3/3]

isl::schedule_node_guard::schedule_node_guard ( const schedule_node_guard & obj)
inline

Member Function Documentation

◆ ctx()

isl::ctx isl::schedule_node_guard::ctx ( ) const
inline

Definition at line 18268 of file isl-noexceptions.h.

References isl_schedule_node_get_ctx(), and isl::schedule_node::ptr.

◆ get_guard()

isl::set isl::schedule_node_guard::get_guard ( ) const
inline

Definition at line 18278 of file isl-noexceptions.h.

References guard().

◆ guard()

isl::set isl::schedule_node_guard::guard ( ) const
inline

◆ operator=()

schedule_node_guard & isl::schedule_node_guard::operator= ( schedule_node_guard obj)
inline

Definition at line 18263 of file isl-noexceptions.h.

References obj, and schedule_node_guard().

◆ schedule_node::as

◆ schedule_node::isa

template<class T>
boolean schedule_node::isa ( ) const
friend

Member Data Documentation

◆ type

const auto isl::schedule_node_guard::type = isl_schedule_node_guard
staticprivate

Definition at line 3781 of file isl-noexceptions.h.


The documentation for this class was generated from the following file: