Home
last modified time | relevance | path

Searched refs:TreeN (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7687 Instruction *TreeN = Stack.back().first; in matchAssociativeReduction() local
7689 const RecurKind TreeRdxKind = getRdxKind(TreeN); in matchAssociativeReduction()
7693 if (IsReducedValue || EdgeToVisit >= getNumberOfOperands(TreeN)) { in matchAssociativeReduction()
7695 ReducedVals.push_back(TreeN); in matchAssociativeReduction()
7697 auto ExtraArgsIter = ExtraArgs.find(TreeN); in matchAssociativeReduction()
7708 markExtraArg(Stack[Stack.size() - 2], TreeN); in matchAssociativeReduction()
7709 ExtraArgs.erase(TreeN); in matchAssociativeReduction()
7711 addReductionOps(TreeN); in matchAssociativeReduction()
7719 Value *EdgeVal = getRdxOperand(TreeN, EdgeToVisit); in matchAssociativeReduction()