Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h264 SmallVector<Instruction *, 4> getReductionOpChain(PHINode *Phi,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp1132 RecurrenceDescriptor::getReductionOpChain(PHINode *Phi, Loop *L) const { in getReductionOpChain() function in RecurrenceDescriptor
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7250 RdxDesc.getReductionOpChain(Phi, TheLoop); in collectInLoopReductions()