Home
last modified time | relevance | path

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

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