Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6512 Instruction *LastChain = InLoopReductionImmediateChains[RetI]; in getReductionPatternCost() local
6513 Instruction *ReductionPhi = LastChain; in getReductionPatternCost()
6537 Instruction *RedOp = RetI->getOperand(1) == LastChain in getReductionPatternCost()
7360 Instruction *LastChain = Phi; in collectInLoopReductions() local
7362 InLoopReductionImmediateChains[I] = LastChain; in collectInLoopReductions()
7363 LastChain = I; in collectInLoopReductions()