Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h286 bool isReductionVariable(PHINode *PN) { return Reductions.count(PN); } in isReductionVariable() function
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3313 else if (Legal->isReductionVariable(&Phi)) in fixCrossIterationPHIs()
3490 assert(Legal->isReductionVariable(Phi) && in fixReduction()
3804 if (Legal->isReductionVariable(P) || Legal->isFirstOrderRecurrence(P)) { in widenPHIInstruction()
4874 if (!Legal->isReductionVariable(PN)) in getSmallestAndWidestTypes()