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