Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1521 return InLoopReductions.contains(Phi); in isInLoopReduction()
1680 SmallPtrSet<PHINode *, 4> InLoopReductions; member in llvm::LoopVectorizationCostModel
5737 if (InLoopReductions.empty() || VF.isScalar() || !isa<VectorType>(Ty)) in getReductionPatternCost()
6761 InLoopReductions.insert(Phi); in collectInLoopReductions()