Searched refs:may_source (Results 1 – 24 of 24) sorted by relevance
/llvm-project/polly/lib/External/isl/test_inputs/flow/ |
H A D | single_may_source.ai | 2 may_source: { T[] -> a[] }
|
H A D | multi_source2.ai | 3 may_source: { U[] -> a[] }
|
H A D | may_loop.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 | kill_may_loop2.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_loop2-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_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/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/polly/utils/pyscop/ |
H A D | isl.py | 559 def dependences(sink, must_source, may_source, schedule): argument 562 may_source = getattr(isl, "isl_" + may_source.isl_name() + "_copy")(may_source) 571 may_source,
|
/llvm-project/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() 2337 isl_union_map *may_source; member 2516 if (isl_union_map_foreach_map(data->may_source, in compute_flow() 2536 if (isl_union_map_foreach_map(data->may_source, in compute_flow() 2701 data.may_source = access->access[isl_access_may_source]; in compute_flow_union_map() 3304 __isl_take isl_union_map *may_source, in isl_union_map_compute_flow() argument 3315 access = isl_union_access_info_set_may_source(access, may_source); in isl_union_map_compute_flow()
|
/llvm-project/polly/lib/External/isl/doc/ |
H A D | user.pod | 10923 __isl_take isl_union_map *may_source);
|