Lines Matching defs:ReductionRoot
1394 Instruction *ReductionRoot = nullptr);
16282 Instruction *ReductionRoot) {
16291 if (ReductionRoot)
16292 Builder.SetInsertPoint(ReductionRoot->getParent(),
16293 ReductionRoot->getIterator());
16918 Builder.SetInsertPoint(ReductionRoot->getParent(),
16919 ReductionRoot->getIterator());
19353 WeakTrackingVH ReductionRoot;
19669 ReductionRoot = Root;
19838 IRBuilder<TargetFolder> Builder(ReductionRoot->getContext(),
19840 Builder.SetInsertPoint(cast<Instruction>(ReductionRoot));
19909 bool IsCmpSelMinMax = isCmpSelMinMax(cast<Instruction>(ReductionRoot));
20158 LocalExternallyUsedValues.insert(ReductionRoot);
20265 Instruction *RdxRootInst = cast<Instruction>(ReductionRoot);
20445 ExtraReductions.emplace_back(cast<Instruction>(ReductionRoot),
20468 ReductionRoot->replaceAllUsesWith(VectorizedTree);