Home
last modified time | relevance | path

Searched refs:isl_flow (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/mit/isl/dist/include/isl/
H A Dflow.h45 struct isl_flow;
46 typedef struct isl_flow isl_flow; typedef
60 __isl_give isl_flow *isl_access_info_compute_flow(__isl_take isl_access_info *acc);
61 isl_stat isl_flow_foreach(__isl_keep isl_flow *deps,
65 __isl_give isl_map *isl_flow_get_no_source(__isl_keep isl_flow *deps, int must);
66 __isl_null isl_flow *isl_flow_free(__isl_take isl_flow *deps);
68 isl_ctx *isl_flow_get_ctx(__isl_keep isl_flow *deps);
/netbsd-src/external/mit/isl/dist/
H A Disl_flow.c204 struct isl_flow { struct
430 static __isl_give isl_flow *isl_flow_alloc(__isl_keep isl_access_info *acc) in isl_flow_alloc()
434 struct isl_flow *dep; in isl_flow_alloc()
440 dep = isl_calloc_type(ctx, struct isl_flow); in isl_flow_alloc()
488 isl_stat isl_flow_foreach(__isl_keep isl_flow *deps, in isl_flow_foreach()
511 __isl_give isl_map *isl_flow_get_no_source(__isl_keep isl_flow *deps, int must) in isl_flow_get_no_source()
522 __isl_null isl_flow *isl_flow_free(__isl_take isl_flow *deps) in isl_flow_free()
540 isl_ctx *isl_flow_get_ctx(__isl_keep isl_flow *deps) in isl_flow_get_ctx()
985 static __isl_give isl_flow *handle_coscheduled(__isl_keep isl_access_info *acc, in handle_coscheduled()
987 __isl_take isl_flow *flow) in handle_coscheduled()
[all …]
H A Dflow_test.sh.in14 (./isl_flow$EXEEXT < $i > $test &&
H A DMakefile.in102 isl_test_int$(EXEEXT) isl_flow$(EXEEXT) isl_flow_cmp$(EXEEXT) \
228 isl_flow.c isl_fold.c isl_hash.c isl_hash_private.h \
279 isl_ffs.lo isl_flow.lo isl_fold.lo isl_hash.lo \
477 ./$(DEPDIR)/isl_ffs.Plo ./$(DEPDIR)/isl_flow.Plo \
1133 isl_flow.c \
1778 isl_flow$(EXEEXT): $(isl_flow_OBJECTS) $(isl_flow_DEPENDENCIES) $(EXTRA_isl_flow_DEPENDENCIES)
1779 @rm -f isl_flow$(EXEEXT)
1897 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isl_flow.Plo@am__quote@ # am--include-marker
2793 -rm -f ./$(DEPDIR)/isl_flow.Plo
2955 -rm -f ./$(DEPDIR)/isl_flow.Plo
H A DMakefile.am21 isl_flow isl_flow_cmp isl_schedule_cmp program
139 isl_flow.c \
H A Disl_test.c3492 isl_flow *flow; in test_dep()
/netbsd-src/external/mit/isl/lib/libisl/
H A DMakefile111 isl_flow.c \
/netbsd-src/external/mit/isl/dist/doc/
H A Duser.pod11126 __isl_give isl_flow *isl_access_info_compute_flow(
11129 isl_stat isl_flow_foreach(__isl_keep isl_flow *deps,
11134 __isl_keep isl_flow *deps, int must);
11135 __isl_null isl_flow *isl_flow_free(
11136 __isl_take isl_flow *deps);
11178 C<isl_flow>. There may be elements of
11200 After finishing with an C<isl_flow>, the user should call
13099 =head2 C<isl_flow>
13102 C<isl_flow> prints out the corresponding dependences,