Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Analysis/
H A DDependenceInfo.cpp103 return tag(Relation, MA->getArrayId().release()); in tag()
H A DScopInfo.cpp548 isl::id ArrayId = getArrayId(); in getOriginalScopArrayInfo()
/llvm-project-15.0.7/polly/include/polly/
H A DScopInfo.h841 isl::id getArrayId() const { return getOriginalArrayId(); } in getArrayId() function