Searched refs:remove_dims (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/polly/lib/External/isl/include/isl/ |
D | isl-noexceptions.h | 714 inline basic_map remove_dims(isl::dim type, unsigned int first, unsigned int n) const; 865 inline basic_set remove_dims(isl::dim type, unsigned int first, unsigned int n) const; 1388 inline map remove_dims(isl::dim type, unsigned int first, unsigned int n) const; 2759 inline set remove_dims(isl::dim type, unsigned int first, unsigned int n) const; 5967 basic_map basic_map::remove_dims(isl::dim type, unsigned int first, unsigned int n) const in remove_dims() function 6684 basic_set basic_set::remove_dims(isl::dim type, unsigned int first, unsigned int n) const in remove_dims() function 8900 map map::remove_dims(isl::dim type, unsigned int first, unsigned int n) const in remove_dims() function 15191 set set::remove_dims(isl::dim type, unsigned int first, unsigned int n) const in remove_dims() function
|
/external/llvm-project/polly/lib/Analysis/ |
D | ScopBuilder.cpp | 262 BoundedParts = BoundedParts.remove_dims(isl::dim::param, 0, Dim); in partitionSetParts()
|