Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1608 return InLoopReductionChains; in getInLoopReductionChains()
1613 return InLoopReductionChains.count(Phi); in isInLoopReduction()
1784 ReductionChainMap InLoopReductionChains; member in llvm::LoopVectorizationCostModel
7166 if (InLoopReductionChains.empty() || VF.isScalar() || !isa<VectorType>(Ty)) in getReductionPatternCost()
7959 InLoopReductionChains[Phi] = ReductionOperations; in collectInLoopReductions()