Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5640 Instruction *TreeN = Stack.back().first; in matchAssociativeReduction() local
5642 OperationData OpData = getOperationData(TreeN); in matchAssociativeReduction()
5648 ReducedVals.push_back(TreeN); in matchAssociativeReduction()
5650 auto I = ExtraArgs.find(TreeN); in matchAssociativeReduction()
5661 markExtraArg(Stack[Stack.size() - 2], TreeN); in matchAssociativeReduction()
5662 ExtraArgs.erase(TreeN); in matchAssociativeReduction()
5664 ReductionData.addReductionOps(TreeN, ReductionOps); in matchAssociativeReduction()
5672 Value *NextV = TreeN->getOperand(EdgeToVist); in matchAssociativeReduction()