Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_map_subtract.c533 __isl_give isl_map *isl_map_subtract( __isl_take isl_map *map1, in isl_map_subtract() function
591 return set_from_map(isl_map_subtract(set_to_map(set1), in isl_set_subtract()
613 return isl_map_subtract(map, ext_dom); in isl_map_subtract_domain()
638 return isl_map_subtract(map, ext_dom); in isl_map_subtract_range()
938 return isl_map_subtract(universe, map); in isl_map_complement()
H A Disl_input.c2049 res = isl_map_subtract(isl_map_copy(map), res); in read_conjuncts()
2057 res = isl_map_subtract(res, res_i); in read_conjuncts()
2117 res = isl_map_subtract(isl_map_copy(map), res); in read_formula()
H A Disl_flow.c893 must_rel[k] = isl_map_subtract(must_rel[k], T); in all_intermediate_sources()
1044 must_rel[i] = isl_map_subtract(must_rel[i], isl_map_copy(move)); in handle_coscheduled()
H A Disl_transitive_closure.c2415 id = isl_map_subtract(isl_map_copy(*qc), isl_map_copy(*tc)); in can_be_split_off()
H A Disl_union_map.c1058 .fn_map = &isl_map_subtract, in isl_union_map_subtract()
/llvm-project-15.0.7/polly/lib/External/
H A DCMakeLists.txt236 isl/isl_map_subtract.c
/llvm-project-15.0.7/polly/lib/External/isl/include/isl/
H A Dmap.h426 __isl_give isl_map *isl_map_subtract(
H A Disl-noexceptions.h11700 auto res = isl_map_subtract(copy(), map2.release()); in subtract()
/llvm-project-15.0.7/polly/lib/External/isl/doc/
H A Duser.pod7650 __isl_give isl_map *isl_map_subtract(