| /llvm-project-15.0.7/polly/lib/External/isl/test_inputs/flow/ |
| H A D | single_may_source.ai | 2 may_source: { T[] -> a[] }
|
| H A D | may_loop.ai | 2 may_source: { T[i] -> a[] : 0 <= i < 10 }
|
| H A D | multi_source2.ai | 3 may_source: { U[] -> a[] }
|
| H A D | kill_may_loop2.ai | 2 may_source: { T[i] -> a[] : 0 <= i < 10 }
|
| H A D | kill_may_loop.ai | 2 may_source: { T[i] -> a[] : 0 <= i < 10 }
|
| H A D | multi_source4.ai | 3 may_source: { V[] -> a[] }
|
| H A D | single_may_source-tree.ai | 2 may_source: "{ T[] -> a[] }"
|
| H A D | multi_source3.ai | 3 may_source: { V[] -> a[] }
|
| H A D | kill_may_loop3.ai | 2 may_source: { T[i] -> a[] : 0 <= i < 10 }
|
| H A D | multi_source2-tree.ai | 3 may_source: "{ U[] -> a[] }"
|
| H A D | mixed_loop.ai | 3 may_source: { T[i] -> a[] : 0 <= i < 10 and i mod 2 = 1 }
|
| H A D | may_loop-tree.ai | 2 may_source: "{ T[i] -> a[] : 0 <= i <= 9 }"
|
| H A D | kill_may_loop-tree.ai | 2 may_source: "{ T[i] -> a[] : 0 <= i <= 9 }"
|
| H A D | kill_may_loop2-tree.ai | 2 may_source: "{ T[i] -> a[] : 0 <= i <= 9 }"
|
| H A D | kill_may_loop3-tree.ai | 2 may_source: "{ T[i] -> a[] : 0 <= i <= 9 }"
|
| H A D | multi_source3-tree.ai | 3 may_source: "{ V[] -> a[] }"
|
| H A D | multi_source4-tree.ai | 3 may_source: "{ V[] -> a[] }"
|
| H A D | mixed_loop-tree.ai | 3 may_source: "{ T[i] -> a[] : 2*floor((1 + i)/2) = 1 + i and 0 <= i <= 9 }"
|
| H A D | multi.ai | 3 may_source: "{ [S_1[] -> __pet_ref_2[]] -> a[]; [S_1[] -> __pet_ref_1[]] -> a[]; [S_2[] -> __pet_re…
|
| /llvm-project-15.0.7/polly/lib/External/isl/include/isl/ |
| H A D | flow.h | 85 __isl_take isl_union_map *may_source); 146 __isl_take isl_union_map *may_source,
|
| H A D | isl-noexceptions.h | 4231 inline isl::union_access_info set_may_source(isl::union_map may_source) const; 20154 isl::union_access_info union_access_info::set_may_source(isl::union_map may_source) const in set_may_source() argument 20156 auto res = isl_union_access_info_set_may_source(copy(), may_source.release()); in set_may_source()
|
| /llvm-project-15.0.7/polly/utils/pyscop/ |
| H A D | isl.py | 560 def dependences(sink, must_source, may_source, schedule): argument 563 may_source = getattr(isl, "isl_" + may_source.isl_name() + "_copy")(may_source) 569 isl.isl_union_map_compute_flow(sink, must_source, may_source, schedule, \
|
| /llvm-project-15.0.7/polly/lib/External/ppcg/ |
| H A D | ppcg.c | 719 isl_union_map *may_source; in compute_dependences() local 735 may_source = isl_union_map_union(isl_union_map_copy(scop->may_writes), in compute_dependences() 741 access = isl_union_access_info_set_may_source(access, may_source); in compute_dependences()
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_flow.c | 1642 __isl_take isl_union_map *may_source) in isl_union_access_info_set_may_source() argument 1645 may_source); in isl_union_access_info_set_may_source() 2331 isl_union_map *may_source; member 2510 if (isl_union_map_foreach_map(data->may_source, in compute_flow() 2530 if (isl_union_map_foreach_map(data->may_source, in compute_flow() 2695 data.may_source = access->access[isl_access_may_source]; in compute_flow_union_map() 3298 __isl_take isl_union_map *may_source, in isl_union_map_compute_flow() argument 3309 access = isl_union_access_info_set_may_source(access, may_source); in isl_union_map_compute_flow()
|
| /llvm-project-15.0.7/polly/lib/External/isl/doc/ |
| H A D | user.pod | 10772 __isl_take isl_union_map *may_source);
|