Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1595 return InLoopReductionChains; in getInLoopReductionChains()
1600 return InLoopReductionChains.count(Phi); in isInLoopReduction()
1768 ReductionChainMap InLoopReductionChains; member in llvm::LoopVectorizationCostModel
7101 if (InLoopReductionChains.empty() || VF.isScalar() || !isa<VectorType>(Ty)) in getReductionPatternCost()
7874 InLoopReductionChains[Phi] = ReductionOperations; in collectInLoopReductions()