Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1619 DenseMap<Instruction *, Instruction *> InLoopReductionImmediateChains; member in llvm::LoopVectorizationCostModel
5361 Instruction *LastChain = InLoopReductionImmediateChains.lookup(RetI); in getReductionPatternCost()
5369 ReductionPhi = InLoopReductionImmediateChains.at(ReductionPhi); in getReductionPatternCost()
6558 InLoopReductionImmediateChains[I] = LastChain; in collectInLoopReductions()