Home
last modified time | relevance | path

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

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