Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1534 return InLoopReductionChains; in getInLoopReductionChains()
1539 return InLoopReductionChains.count(Phi); in isInLoopReduction()
1709 ReductionChainMap InLoopReductionChains; member in llvm::LoopVectorizationCostModel
6476 if (InLoopReductionChains.empty() || VF.isScalar() || !isa<VectorType>(Ty)) in getReductionPatternCost()
7358 InLoopReductionChains[Phi] = ReductionOperations; in collectInLoopReductions()