reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
  200 class schedule_constraints;

References

tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
 2487 inline schedule_constraints manage(__isl_take isl_schedule_constraints *ptr);
 2488 inline schedule_constraints manage_copy(__isl_keep isl_schedule_constraints *ptr);
 2491   friend inline schedule_constraints manage(__isl_take isl_schedule_constraints *ptr);
 2492   friend inline schedule_constraints manage_copy(__isl_keep isl_schedule_constraints *ptr);
 2500   inline /* implicit */ schedule_constraints(const schedule_constraints &obj);
 2503   inline schedule_constraints &operator=(schedule_constraints obj);
 2503   inline schedule_constraints &operator=(schedule_constraints obj);
 2515   inline schedule_constraints apply(union_map umap) const;
 2524   static inline schedule_constraints on_domain(union_set domain);
 2525   inline schedule_constraints set_coincidence(union_map coincidence) const;
 2526   inline schedule_constraints set_conditional_validity(union_map condition, union_map validity) const;
 2527   inline schedule_constraints set_context(set context) const;
 2528   inline schedule_constraints set_proximity(union_map proximity) const;
 2529   inline schedule_constraints set_validity(union_map validity) const;
13836 schedule_constraints manage(__isl_take isl_schedule_constraints *ptr) {
13839 schedule_constraints manage_copy(__isl_keep isl_schedule_constraints *ptr) {
13847 schedule_constraints::schedule_constraints(const schedule_constraints &obj)
13865 schedule_constraints &schedule_constraints::operator=(schedule_constraints obj) {
13865 schedule_constraints &schedule_constraints::operator=(schedule_constraints obj) {
13915 schedule_constraints schedule_constraints::apply(union_map umap) const
13969 schedule_constraints schedule_constraints::on_domain(union_set domain)
13975 schedule_constraints schedule_constraints::set_coincidence(union_map coincidence) const
13981 schedule_constraints schedule_constraints::set_conditional_validity(union_map condition, union_map validity) const
13987 schedule_constraints schedule_constraints::set_context(set context) const
13993 schedule_constraints schedule_constraints::set_proximity(union_map proximity) const
13999 schedule_constraints schedule_constraints::set_validity(union_map validity) const
tools/polly/lib/Transform/ScheduleOptimizer.cpp
 1592   auto SC = isl::schedule_constraints::on_domain(Domain);
 1592   auto SC = isl::schedule_constraints::on_domain(Domain);