Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h319 bool isReductionVariable(PHINode *PN) { return Reductions.count(PN); } in isReductionVariable() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4323 assert(Legal->isReductionVariable(OrigPhi) && in fixReduction()
4751 assert(Legal->isReductionVariable(P) && StartV && in widenPHIInstruction()
4801 assert(!Legal->isReductionVariable(P) && in widenPHIInstruction()
6103 Legal->isReductionVariable(&Phi); in isCandidateForEpilogueVectorization()
6241 if (!Legal->isReductionVariable(PN)) in getSmallestAndWidestTypes()
8925 if (Legal->isReductionVariable(Phi)) { in tryToCreateWidenRecipe()