Home
last modified time | relevance | path

Searched refs:ReductionOperations (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp1132 SmallVector<Instruction *, 4> ReductionOperations; in getReductionOpChain() local
1225 ReductionOperations.push_back(Cur); in getReductionOpChain()
1229 ReductionOperations.push_back(Cur); in getReductionOpChain()
1230 return ReductionOperations; in getReductionOpChain()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6756 SmallVector<Instruction *, 4> ReductionOperations = in collectInLoopReductions() local
6758 bool InLoop = !ReductionOperations.empty(); in collectInLoopReductions()
6764 for (auto *I : ReductionOperations) { in collectInLoopReductions()