Home
last modified time | relevance | path

Searched refs:getReductionOpChain (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIVDescriptors.h238 SmallVector<Instruction *, 4> getReductionOpChain(PHINode *Phi,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIVDescriptors.cpp869 RecurrenceDescriptor::getReductionOpChain(PHINode *Phi, Loop *L) const { in getReductionOpChain() function in RecurrenceDescriptor
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7871 RdxDesc.getReductionOpChain(Phi, TheLoop); in collectInLoopReductions()