Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Analysis/
H A DDependenceInfo.cpp129 if (MA->isReductionLike()) in collectInfo()
531 if (!MA->isReductionLike()) in calculateDependences()
576 if (!MA->isReductionLike()) in calculateDependences()
/llvm-project-15.0.7/polly/include/polly/
H A DScopInfo.h755 bool isReductionLike() const { return RedType != RT_NONE; } in isReductionLike() function