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.cpp1410 return InLoopReductions.contains(Phi); in isInLoopReduction()
1614 SmallPtrSet<PHINode *, 4> InLoopReductions; member in llvm::LoopVectorizationCostModel
5331 if (InLoopReductions.empty() || VF.isScalar() || !isa<VectorType>(Ty)) in getReductionPatternCost()
6528 if (!InLoopReductions.empty()) in collectInLoopReductions()
6554 InLoopReductions.insert(Phi); in collectInLoopReductions()