Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp1133 SmallVector<Instruction *, 4> ReductionOperations; in getReductionOpChain() local
1226 ReductionOperations.push_back(Cur); in getReductionOpChain()
1230 ReductionOperations.push_back(Cur); in getReductionOpChain()
1231 return ReductionOperations; in getReductionOpChain()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7249 SmallVector<Instruction *, 4> ReductionOperations = in collectInLoopReductions() local
7251 bool InLoop = !ReductionOperations.empty(); in collectInLoopReductions()
7257 for (auto *I : ReductionOperations) { in collectInLoopReductions()