Searched refs:TreeN (Results 1 – 3 of 3) sorted by relevance
4017 Instruction *TreeN = Stack.back().first; in matchAssociativeReduction() local4019 bool IsReducedValue = TreeN->getOpcode() != ReductionOpcode; in matchAssociativeReduction()4022 if (TreeN->getParent() != B->getParent()) in matchAssociativeReduction()4027 if (!TreeN->hasOneUse() && TreeN != B) in matchAssociativeReduction()4036 ReducedValueOpcode = TreeN->getOpcode(); in matchAssociativeReduction()4037 else if (ReducedValueOpcode != TreeN->getOpcode()) in matchAssociativeReduction()4039 ReducedVals.push_back(TreeN); in matchAssociativeReduction()4042 if (!TreeN->isAssociative()) in matchAssociativeReduction()4044 ReductionOps.push_back(TreeN); in matchAssociativeReduction()4052 Value *NextV = TreeN->getOperand(EdgeToVist); in matchAssociativeReduction()
6598 Instruction *TreeN = Stack.back().first; in matchAssociativeReduction() local6600 OperationData OpData = getOperationData(TreeN); in matchAssociativeReduction()6606 ReducedVals.push_back(TreeN); in matchAssociativeReduction()6608 auto I = ExtraArgs.find(TreeN); in matchAssociativeReduction()6619 markExtraArg(Stack[Stack.size() - 2], TreeN); in matchAssociativeReduction()6620 ExtraArgs.erase(TreeN); in matchAssociativeReduction()6622 ReductionData.addReductionOps(TreeN, ReductionOps); in matchAssociativeReduction()6630 Value *NextV = TreeN->getOperand(EdgeToVist); in matchAssociativeReduction()
6891 Instruction *TreeN = Stack.back().first; in matchAssociativeReduction() local6893 OperationData OpData = getOperationData(TreeN); in matchAssociativeReduction()6899 ReducedVals.push_back(TreeN); in matchAssociativeReduction()6901 auto I = ExtraArgs.find(TreeN); in matchAssociativeReduction()6912 markExtraArg(Stack[Stack.size() - 2], TreeN); in matchAssociativeReduction()6913 ExtraArgs.erase(TreeN); in matchAssociativeReduction()6915 ReductionData.addReductionOps(TreeN, ReductionOps); in matchAssociativeReduction()6923 Value *NextV = TreeN->getOperand(EdgeToVist); in matchAssociativeReduction()