Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6591 Instruction *LastChain = InLoopReductionImmediateChains[RetI]; in getReductionPatternCost() local
6592 Instruction *ReductionPhi = LastChain; in getReductionPatternCost()
6616 Instruction *RedOp = RetI->getOperand(1) == LastChain in getReductionPatternCost()
7434 Instruction *LastChain = Phi; in collectInLoopReductions() local
7436 InLoopReductionImmediateChains[I] = LastChain; in collectInLoopReductions()
7437 LastChain = I; in collectInLoopReductions()