Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp10512 WeakTrackingVH ReductionRoot; member in __anon9e073aa49111::HorizontalReduction
10851 ReductionRoot = Inst; in matchAssociativeReduction()
11006 IRBuilder<> Builder(cast<Instruction>(ReductionRoot)); in tryToReduce()
11033 ExternallyUsedValues[ReductionRoot]; in tryToReduce()
11041 bool IsCmpSelMinMax = isCmpSelMinMax(cast<Instruction>(ReductionRoot)); in tryToReduce()
11265 Instruction *RdxRootInst = cast<Instruction>(ReductionRoot); in tryToReduce()
11369 ReductionRoot->replaceAllUsesWith(VectorizedTree); in tryToReduce()