Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/
Disl_flow.c848 struct isl_map **must_rel, struct isl_map **may_rel, in all_intermediate_sources() argument
862 isl_map_plain_is_empty(must_rel[k])) in all_intermediate_sources()
882 copy = isl_map_copy(must_rel[k]); in all_intermediate_sources()
887 isl_map_intersect_range(isl_map_copy(must_rel[k]), in all_intermediate_sources()
891 isl_space_domain(isl_map_get_space(must_rel[k]))), in all_intermediate_sources()
893 must_rel[k] = isl_map_subtract(must_rel[k], T); in all_intermediate_sources()
986 __isl_keep isl_map **must_rel, __isl_keep isl_map **may_rel, in handle_coscheduled() argument
996 if (isl_map_plain_is_empty(must_rel[i])) in handle_coscheduled()
998 move = isl_map_empty(isl_map_get_space(must_rel[i])); in handle_coscheduled()
1014 map = coscheduled_source(acc, must_rel[i], j, depth); in handle_coscheduled()
[all …]