Searched refs:ReductionRoot (Results 1 – 1 of 1) sorted by relevance
1016 Instruction *ReductionRoot = nullptr);11820 Instruction *ReductionRoot) { in vectorizeTree() argument11829 if (ReductionRoot) in vectorizeTree()11830 Builder.SetInsertPoint(ReductionRoot->getParent(), in vectorizeTree()11831 ReductionRoot->getIterator()); in vectorizeTree()13943 WeakTrackingVH ReductionRoot; member in __anon3e6d93aa10011::HorizontalReduction14288 ReductionRoot = Root; in matchAssociativeReduction()14484 IRBuilder<> Builder(cast<Instruction>(ReductionRoot)); in tryToReduce()14540 ExternallyUsedValues[ReductionRoot]; in tryToReduce()14865 Instruction *RdxRootInst = cast<Instruction>(ReductionRoot); in tryToReduce()[all …]