Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1566 return InLoopReductionChains; in getInLoopReductionChains()
1571 return InLoopReductionChains.count(Phi); in isInLoopReduction()
1741 ReductionChainMap InLoopReductionChains; member in llvm::LoopVectorizationCostModel
6556 if (InLoopReductionChains.empty() || VF.isScalar() || !isa<VectorType>(Ty)) in getReductionPatternCost()
7432 InLoopReductionChains[Phi] = ReductionOperations; in collectInLoopReductions()