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

  /src/external/mit/isl/dist/
isl_flow.c 206 isl_set *may_no_source; member in struct:isl_flow
519 return isl_set_unwrap(isl_set_copy(deps->may_no_source));
529 isl_set_free(deps->may_no_source);
1098 res->may_no_source = isl_set_subtract(maydo, isl_set_copy(mustdo));
1290 res->may_no_source = maydo;
1345 if (!res->must_no_source || !res->may_no_source)
2089 * "may_no_source" represents the subset of the sink accesses for which
2096 isl_union_map *may_no_source; member in struct:isl_union_flow
2115 isl_union_map_free(flow->may_no_source);
2132 isl_union_map_dump(flow->may_no_source);
    [all...]
  /src/external/mit/isl/dist/include/isl/
flow.h 150 __isl_give isl_union_map **may_no_source);
cpp-checked.h 3918 inline isl::checked::union_map may_no_source() const;
18389 isl::checked::union_map union_flow::may_no_source() const function in class:isl::checked::union_flow
18397 return may_no_source();
cpp.h 3984 inline isl::union_map may_no_source() const;
26012 isl::union_map union_flow::may_no_source() const function in class:isl::union_flow
26026 return may_no_source();
  /src/external/mit/isl/dist/interface/
isl.py 17730 def may_no_source(arg0): member in class:union_flow
17741 return arg0.may_no_source()

Completed in 102 milliseconds