Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1774 DenseMap<Instruction *, Instruction *> InLoopReductionImmediateChains; member in llvm::LoopVectorizationCostModel
7133 if (!InLoopReductionImmediateChains.count(RetI)) in getReductionPatternCost()
7138 Instruction *LastChain = InLoopReductionImmediateChains[RetI]; in getReductionPatternCost()
7141 ReductionPhi = InLoopReductionImmediateChains[ReductionPhi]; in getReductionPatternCost()
7878 InLoopReductionImmediateChains[I] = LastChain; in collectInLoopReductions()