Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h331 bool isReductionVariable(PHINode *PN) const { return Reductions.count(PN); } in isReductionVariable() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4801 if (!Legal->isReductionVariable(PN)) in collectElementTypesForWidening()
8263 assert((Legal->isReductionVariable(Phi) || in tryToCreateWidenRecipe()
8267 if (Legal->isReductionVariable(Phi)) { in tryToCreateWidenRecipe()