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.h307 assert(isReductionVariable(PN) && in getRecurrenceDescriptor()
351 bool isReductionVariable(PHINode *PN) const { return Reductions.count(PN); } in isReductionVariable() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4351 if (!Legal->isReductionVariable(&Phi)) in isCandidateForEpilogueVectorization()
4569 if (!Legal->isReductionVariable(PN)) in collectElementTypesForWidening()
8208 assert((Legal->isReductionVariable(Phi) || in tryToCreateWidenRecipe()
8212 if (Legal->isReductionVariable(Phi)) { in tryToCreateWidenRecipe()