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