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

/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3651 BinaryOperator *ReductionRoot; member in class:__anon13022::HorizontalReduction
3667 : ReductionRoot(nullptr), ReductionPHI(nullptr), ReductionOpcode(0),
3702 ReductionRoot = B;
3775 IRBuilder<> Builder(ReductionRoot);
3816 assert(ReductionRoot && "Need a reduction operation");
3817 ReductionRoot->setOperand(0, VectorizedTree);
3818 ReductionRoot->setOperand(1, ReductionPHI);
3820 ReductionRoot->replaceAllUsesWith(VectorizedTree);

Completed in 43 milliseconds