Searched refs:ReductionRoot (Results 1 – 1 of 1) sorted by relevance
3945 BinaryOperator *ReductionRoot; member in HorizontalReduction3965 : ReductionRoot(nullptr), ReductionPHI(nullptr), ReductionOpcode(0), in HorizontalReduction()4001 ReductionRoot = B; in matchAssociativeReduction()4074 IRBuilder<> Builder(ReductionRoot); in tryToReduce()4116 assert(ReductionRoot && "Need a reduction operation"); in tryToReduce()4117 ReductionRoot->setOperand(0, VectorizedTree); in tryToReduce()4118 ReductionRoot->setOperand(1, ReductionPHI); in tryToReduce()4120 ReductionRoot->replaceAllUsesWith(VectorizedTree); in tryToReduce()