Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Support/
H A DISLTools.cpp524 isl::set RangeSet = Range.extract_set(Map.get_space().range()); in intersectRange()
/llvm-project-15.0.7/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-15.0.7/polly/lib/Analysis/
H A DScopInfo.cpp263 WriteSet = WriteSet.extract_set(Space); in isReadOnly()
H A DScopBuilder.cpp2199 isl::set Elements = Accessed.extract_set(Space); in foldSizeConstantsToRight()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DPPCGCodeGeneration.cpp2875 isl::set AccessSet = AccessUSet.extract_set(Array->getSpace()); in getExtent()