Searched refs:TreeN (Results 1 – 1 of 1) sorted by relevance
7337 Instruction *TreeN = Stack.back().first; in matchAssociativeReduction() local7339 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()