Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7202 Instruction *LastChain = InLoopReductionImmediateChains[RetI]; in getReductionPatternCost() local
7203 Instruction *ReductionPhi = LastChain; in getReductionPatternCost()
7221 Instruction *RedOp = RetI->getOperand(1) == LastChain in getReductionPatternCost()
7961 Instruction *LastChain = Phi; in collectInLoopReductions() local
7963 InLoopReductionImmediateChains[I] = LastChain; in collectInLoopReductions()
7964 LastChain = I; in collectInLoopReductions()