Searched refs:InLoopReductions (Results 1 – 1 of 1) sorted by relevance
1410 return InLoopReductions.contains(Phi); in isInLoopReduction()1614 SmallPtrSet<PHINode *, 4> InLoopReductions; member in llvm::LoopVectorizationCostModel5331 if (InLoopReductions.empty() || VF.isScalar() || !isa<VectorType>(Ty)) in getReductionPatternCost()6528 if (!InLoopReductions.empty()) in collectInLoopReductions()6554 InLoopReductions.insert(Phi); in collectInLoopReductions()