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

References

tools/polly/lib/Analysis/DependenceInfo.cpp
  288 static __isl_give isl_union_flow *buildFlow(__isl_keep isl_union_map *Snk,
  436     isl_union_flow *Flow = buildFlow(Write, Write, Read, nullptr, Schedule);
tools/polly/lib/External/isl/include/isl/flow.h
  114 __isl_give isl_union_flow *isl_union_access_info_compute_flow(
  117 isl_ctx *isl_union_flow_get_ctx(__isl_keep isl_union_flow *flow);
  118 __isl_give isl_union_flow *isl_union_flow_copy(
  119 	__isl_keep isl_union_flow *flow);
  122 	__isl_keep isl_union_flow *flow);
  125 	__isl_keep isl_union_flow *flow);
  128 	__isl_keep isl_union_flow *flow);
  131 	__isl_keep isl_union_flow *flow);
  134 	__isl_keep isl_union_flow *flow);
  137 	__isl_keep isl_union_flow *flow);
  138 __isl_null isl_union_flow *isl_union_flow_free(__isl_take isl_union_flow *flow);
  138 __isl_null isl_union_flow *isl_union_flow_free(__isl_take isl_union_flow *flow);
  141 	__isl_take isl_printer *p, __isl_keep isl_union_flow *flow);
  142 __isl_give char *isl_union_flow_to_str(__isl_keep isl_union_flow *flow);
tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
 3002 inline union_flow manage(__isl_take isl_union_flow *ptr);
 3003 inline union_flow manage_copy(__isl_keep isl_union_flow *ptr);
 3006   friend inline union_flow manage(__isl_take isl_union_flow *ptr);
 3007   friend inline union_flow manage_copy(__isl_keep isl_union_flow *ptr);
 3009   isl_union_flow *ptr = nullptr;
 3011   inline explicit union_flow(__isl_take isl_union_flow *ptr);
 3019   inline __isl_give isl_union_flow *copy() const &;
 3020   inline __isl_give isl_union_flow *copy() && = delete;
 3021   inline __isl_keep isl_union_flow *get() const;
 3022   inline __isl_give isl_union_flow *release();
16217 union_flow manage(__isl_take isl_union_flow *ptr) {
16220 union_flow manage_copy(__isl_keep isl_union_flow *ptr) {
16237 union_flow::union_flow(__isl_take isl_union_flow *ptr)
16251 __isl_give isl_union_flow *union_flow::copy() const & {
16255 __isl_keep isl_union_flow *union_flow::get() const {
16259 __isl_give isl_union_flow *union_flow::release() {
16260   isl_union_flow *tmp = ptr;
tools/polly/lib/External/isl/isl_flow.c
 2076 isl_ctx *isl_union_flow_get_ctx(__isl_keep isl_union_flow *flow)
 2083 __isl_null isl_union_flow *isl_union_flow_free(__isl_take isl_union_flow *flow)
 2083 __isl_null isl_union_flow *isl_union_flow_free(__isl_take isl_union_flow *flow)
 2095 void isl_union_flow_dump(__isl_keep isl_union_flow *flow)
 2113 	__isl_keep isl_union_flow *flow)
 2124 	__isl_keep isl_union_flow *flow)
 2135 	__isl_keep isl_union_flow *flow)
 2149 	__isl_keep isl_union_flow *flow)
 2163 	__isl_keep isl_union_flow *flow)
 2174 	__isl_keep isl_union_flow *flow)
 2186 	__isl_keep isl_union_flow *flow)
 2198 	__isl_keep isl_union_flow *flow)
 2208 static __isl_give isl_union_flow *isl_union_flow_alloc(
 2213 	isl_union_flow *flow;
 2240 __isl_give isl_union_flow *isl_union_flow_copy(__isl_keep isl_union_flow *flow)
 2240 __isl_give isl_union_flow *isl_union_flow_copy(__isl_keep isl_union_flow *flow)
 2242 	isl_union_flow *copy;
 2288 static __isl_give isl_union_flow *isl_union_flow_drop_schedule(
 2289 	__isl_take isl_union_flow *flow)
 2313 	isl_union_flow *flow;
 2471 	isl_union_flow *df;
 2593 static __isl_give isl_union_flow *isl_union_flow_drop_kill_source(
 2594 	__isl_take isl_union_flow *flow, __isl_take isl_union_map *must,
 2660 static __isl_give isl_union_flow *compute_flow_union_map(
 3036 static __isl_give isl_union_flow *compute_single_flow(
 3037 	__isl_take isl_union_flow *uf, struct isl_scheduled_access *sink,
 3103 static __isl_give isl_union_flow *compute_flow_schedule(
 3110 	isl_union_flow *flow;
 3170 __isl_give isl_union_flow *isl_union_access_info_compute_flow(
 3175 	isl_union_flow *flow;
 3206 	__isl_take isl_printer *p, __isl_keep isl_union_flow *flow)
 3232 __isl_give char *isl_union_flow_to_str(__isl_keep isl_union_flow *flow)
 3274 	isl_union_flow *flow;
tools/polly/lib/External/isl/isl_test.c
 4176 	isl_union_flow *flow;
tools/polly/lib/External/ppcg/ppcg.c
  395 	isl_union_flow *flow;
  433 	isl_union_flow *flow;
  531 	isl_union_flow *flow;
  596 	isl_union_flow *flow;
  690 	isl_union_flow *flow;
  721 	isl_union_flow *flow;