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.cpp1131 RecurrenceDescriptor::getReductionOpChain(PHINode *Phi, Loop *L) const { in getReductionOpChain() function in RecurrenceDescriptor
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6757 RdxDesc.getReductionOpChain(Phi, TheLoop); in collectInLoopReductions()
7065 const auto &ChainOps = RdxDesc.getReductionOpChain(RedPhi, OrigLoop); in cost()