Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7139 Instruction *ReductionPhi = LastChain; in getReductionPatternCost() local
7140 while (!isa<PHINode>(ReductionPhi)) in getReductionPatternCost()
7141 ReductionPhi = InLoopReductionImmediateChains[ReductionPhi]; in getReductionPatternCost()
7144 Legal->getReductionVars()[cast<PHINode>(ReductionPhi)]; in getReductionPatternCost()