Searched refs:getReductionValue (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 4262 static Value *getReductionValue(const DominatorTree *DT, PHINode *P, in getReductionValue() function 4399 Value *Rdx = getReductionValue(DT, P, BB, LI); in vectorizeChainsInBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 6014 static Value *getReductionValue(const DominatorTree *DT, PHINode *P, in getReductionValue() function 6315 if (vectorizeRootInstruction(P, getReductionValue(DT, P, BB, LI), BB, R, in vectorizeChainsInBlock()
|