Searched refs:TreeN (Results 1 – 1 of 1) sorted by relevance
12214 BB](Instruction *TreeN, in matchAssociativeReduction()12218 for (int I = getFirstOperandIndex(TreeN), in matchAssociativeReduction()12219 End = getNumberOfOperands(TreeN); in matchAssociativeReduction()12221 Value *EdgeVal = getRdxOperand(TreeN, I); in matchAssociativeReduction()12222 ReducedValsToOps[EdgeVal].push_back(TreeN); in matchAssociativeReduction()12254 Instruction *TreeN = Worklist.pop_back_val(); in matchAssociativeReduction() local12258 CheckOperands(TreeN, Args, PossibleRedVals, PossibleReductionOps); in matchAssociativeReduction()12262 addReductionOps(TreeN); in matchAssociativeReduction()12266 ExtraArgs[TreeN] = Args.front(); in matchAssociativeReduction()12316 TreeN, &TLI, in matchAssociativeReduction()[all …]