Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Analysis/
DDependenceInfo.cpp126 SmallPtrSet<const ScopArrayInfo *, 8> ReductionArrays; in collectInfo() local
131 ReductionArrays.insert(MA->getScopArrayInfo()); in collectInfo()
140 if (ReductionArrays.count(MA->getScopArrayInfo())) { in collectInfo()
175 if (!ReductionArrays.empty() && Level == Dependences::AL_Statement) in collectInfo()