HomeSort by: relevance | last modified time | path
    Searched refs:must_dep (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mit/isl/dist/
isl_flow.c 2080 * "must_dep" represents the full definite dependences
2093 isl_union_map *must_dep; member in struct:isl_union_flow
2103 return flow ? isl_union_map_get_ctx(flow->must_dep) : NULL;
2112 isl_union_map_free(flow->must_dep);
2126 isl_union_map_dump(flow->must_dep);
2142 return isl_union_map_copy(flow->must_dep);
2153 return isl_union_map_union(isl_union_map_copy(flow->must_dep),
2166 dep = isl_union_map_copy(flow->must_dep);
2180 dep = isl_union_map_union(isl_union_map_copy(flow->must_dep),
2248 flow->must_dep = isl_union_map_copy(empty)
    [all...]
isl_test.c 3684 isl_union_map *must_dep, *may_dep; local
3696 &must_dep, &may_dep, NULL, NULL);
3698 isl_union_map_free(must_dep);
  /src/external/mit/isl/dist/include/isl/
flow.h 148 __isl_give isl_union_map **must_dep, __isl_give isl_union_map **may_dep,

Completed in 28 milliseconds