Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Analysis/
H A DDependenceInfo.cpp125 SmallPtrSet<const ScopArrayInfo *, 8> ReductionArrays; in collectInfo() local
130 ReductionArrays.insert(MA->getScopArrayInfo()); in collectInfo()
139 if (ReductionArrays.count(MA->getScopArrayInfo())) { in collectInfo()
174 if (!ReductionArrays.empty() && Level == Dependences::AL_Statement) in collectInfo()