Home
last modified time | relevance | path

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

/llvm-project/polly/lib/Support/
H A DISLTools.cpp536 isl::set RangeSet = Range.extract_set(Map.get_space().range()); in intersectRange()
/llvm-project/polly/lib/External/isl/include/isl/
H A Disl-noexceptions.h1722 inline isl::set extract_set(const isl::space &space) const;
2896 inline isl::set extract_set(const isl::space &space) const;
3935 inline isl::set extract_set(const isl::space &space) const;
4641 inline isl::set extract_set(isl::space space) const;
9237 isl::set basic_set::extract_set(const isl::space &space) const in extract_set() function
9239 return isl::set(*this).extract_set(space); in extract_set()
14447 isl::set point::extract_set(const isl::space &space) const in extract_set() function
14449 return isl::basic_set(*this).extract_set(space); in extract_set()
18699 isl::set set::extract_set(const isl::space &space) const in extract_set() function
18701 return isl::union_set(*this).extract_set(space); in extract_set()
[all …]
/llvm-project/polly/lib/Analysis/
H A DScopInfo.cpp266 WriteSet = WriteSet.extract_set(Space); in isReadOnly()
H A DScopBuilder.cpp2206 isl::set Elements = Accessed.extract_set(Space); in foldSizeConstantsToRight()