Searched refs:ExtraReductions (Results 1 – 1 of 1) sorted by relevance
22850 SmallVector<std::pair<Instruction *, Value *>> ExtraReductions; in tryToReduce() local22851 ExtraReductions.emplace_back(cast<Instruction>(ReductionRoot), in tryToReduce()22861 ExtraReductions.emplace_back(RedOp, RdxVal); in tryToReduce()22866 while (ExtraReductions.size() > 1) { in tryToReduce()22868 FinalGen(ExtraReductions, InitStep); in tryToReduce()22869 ExtraReductions.swap(NewReds); in tryToReduce()22872 VectorizedTree = ExtraReductions.front().second; in tryToReduce()