Searched refs:ReductionRoot (Results 1 – 1 of 1) sorted by relevance
3651 BinaryOperator *ReductionRoot; member in __anonf9942ad60111::HorizontalReduction3667 : ReductionRoot(nullptr), ReductionPHI(nullptr), ReductionOpcode(0), in HorizontalReduction()3702 ReductionRoot = B; in matchAssociativeReduction()3775 IRBuilder<> Builder(ReductionRoot); in tryToReduce()3816 assert(ReductionRoot && "Need a reduction operation"); in tryToReduce()3817 ReductionRoot->setOperand(0, VectorizedTree); in tryToReduce()3818 ReductionRoot->setOperand(1, ReductionPHI); in tryToReduce()3820 ReductionRoot->replaceAllUsesWith(VectorizedTree); in tryToReduce()