HomeSort by: relevance | last modified time | path
    Searched defs:must_no_source (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mit/isl/dist/
isl_flow.c 205 isl_set *must_no_source; member in struct:isl_flow
517 return isl_set_unwrap(isl_set_copy(deps->must_no_source));
528 isl_set_free(deps->must_no_source);
542 return deps ? isl_set_get_ctx(deps->must_no_source) : NULL;
1099 res->must_no_source = mustdo;
1289 res->must_no_source = mustdo;
1345 if (!res->must_no_source || !res->may_no_source)
2087 * "must_no_source" represents the subset of the sink accesses for which
2095 isl_union_map *must_no_source; member in struct:isl_union_flow
2114 isl_union_map_free(flow->must_no_source);
    [all...]
  /src/external/mit/isl/dist/interface/
isl.py 17754 def must_no_source(arg0): member in class:union_flow
17765 return arg0.must_no_source()
  /src/external/mit/isl/dist/include/isl/
cpp-checked.h 3922 inline isl::checked::union_map must_no_source() const;
18411 isl::checked::union_map union_flow::must_no_source() const function in class:isl::checked::union_flow
18419 return must_no_source();
cpp.h 3988 inline isl::union_map must_no_source() const;
26046 isl::union_map union_flow::must_no_source() const function in class:isl::union_flow
26060 return must_no_source();

Completed in 88 milliseconds