Home
last modified time | relevance | path

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

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