Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/
Disl_flow.c2087 isl_union_map *must_dep; member
2097 return flow ? isl_union_map_get_ctx(flow->must_dep) : NULL; in isl_union_flow_get_ctx()
2106 isl_union_map_free(flow->must_dep); in isl_union_flow_free()
2120 isl_union_map_dump(flow->must_dep); in isl_union_flow_dump()
2136 return isl_union_map_copy(flow->must_dep); in isl_union_flow_get_full_must_dependence()
2147 return isl_union_map_union(isl_union_map_copy(flow->must_dep), in isl_union_flow_get_full_may_dependence()
2160 dep = isl_union_map_copy(flow->must_dep); in isl_union_flow_get_must_dependence()
2174 dep = isl_union_map_union(isl_union_map_copy(flow->must_dep), in isl_union_flow_get_may_dependence()
2242 flow->must_dep = isl_union_map_copy(empty); in isl_union_flow_alloc()
2247 if (!flow->must_dep || !flow->may_dep || in isl_union_flow_alloc()
[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()
3563 isl_union_map_free(must_dep); in test_flow()
/external/llvm-project/polly/utils/pyscop/
Disl.py565 must_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,