Home
last modified time | relevance | path

Searched refs:ScopArrayInfoSet (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/polly/include/polly/
DScopInfo.h1789 ArrayInfoSetTy ScopArrayInfoSet; variable
2093 inline array_iterator array_begin() { return ScopArrayInfoSet.begin(); } in array_begin()
2095 inline array_iterator array_end() { return ScopArrayInfoSet.end(); } in array_end()
2098 return ScopArrayInfoSet.begin(); in array_begin()
2102 return ScopArrayInfoSet.end(); in array_end()
2452 ScopArrayInfoSet.remove(It->second.get()); in invalidateScopArrayInfo()
/external/llvm-project/polly/lib/Analysis/
DScopInfo.cpp1847 ScopArrayInfoSet.insert(SAI.get()); in getOrCreateScopArrayInfo()