Home
last modified time | relevance | path

Searched refs:may_dep (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/polly/lib/External/isl/
Disl_flow.c2088 isl_union_map *may_dep; member
2107 isl_union_map_free(flow->may_dep); in isl_union_flow_free()
2122 isl_union_map_dump(flow->may_dep); in isl_union_flow_dump()
2148 isl_union_map_copy(flow->may_dep)); in isl_union_flow_get_full_may_dependence()
2175 isl_union_map_copy(flow->may_dep)); in isl_union_flow_get_may_dependence()
2186 return isl_union_map_copy(flow->may_dep); in isl_union_flow_get_non_must_dependence()
2243 flow->may_dep = isl_union_map_copy(empty); in isl_union_flow_alloc()
2247 if (!flow->must_dep || !flow->may_dep || in isl_union_flow_alloc()
2273 copy->may_dep = isl_union_map_union(copy->may_dep, in isl_union_flow_copy()
2274 isl_union_map_copy(flow->may_dep)); in isl_union_flow_copy()
[all …]
Disl_test.c3549 isl_union_map *must_dep, *may_dep; in test_flow() local
3561 &must_dep, &may_dep, NULL, NULL); in test_flow()
3562 isl_union_map_free(may_dep); in test_flow()
/external/llvm-project/polly/utils/pyscop/
Disl.py566 may_dep = c_int()
570 byref(must_dep), byref(may_dep),
574 return (UMap.from_ptr(must_dep), UMap.from_ptr(may_dep), \
/external/llvm-project/polly/lib/External/isl/include/isl/
Dflow.h148 __isl_give isl_union_map **must_dep, __isl_give isl_union_map **may_dep,