Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7337 Instruction *TreeN = Stack.back().first; in matchAssociativeReduction() local
7339 const RecurKind TreeRdxKind = getRdxKind(TreeN); in matchAssociativeReduction()
7343 if (IsReducedValue || EdgeToVisit == getNumberOfOperands(TreeN)) { in matchAssociativeReduction()
7345 ReducedVals.push_back(TreeN); in matchAssociativeReduction()
7347 auto ExtraArgsIter = ExtraArgs.find(TreeN); in matchAssociativeReduction()
7358 markExtraArg(Stack[Stack.size() - 2], TreeN); in matchAssociativeReduction()
7359 ExtraArgs.erase(TreeN); in matchAssociativeReduction()
7361 addReductionOps(TreeN); in matchAssociativeReduction()
7369 Value *EdgeVal = TreeN->getOperand(EdgeToVisit); in matchAssociativeReduction()