Home
last modified time | relevance | path

Searched refs:TreeN (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp10862 BB](Instruction *TreeN, in matchAssociativeReduction()
10866 for (int I = getFirstOperandIndex(TreeN), in matchAssociativeReduction()
10867 End = getNumberOfOperands(TreeN); in matchAssociativeReduction()
10869 Value *EdgeVal = getRdxOperand(TreeN, I); in matchAssociativeReduction()
10870 ReducedValsToOps[EdgeVal].push_back(TreeN); in matchAssociativeReduction()
10899 Instruction *TreeN = Worklist.pop_back_val(); in matchAssociativeReduction() local
10903 CheckOperands(TreeN, Args, PossibleRedVals, PossibleReductionOps); in matchAssociativeReduction()
10907 addReductionOps(TreeN); in matchAssociativeReduction()
10911 ExtraArgs[TreeN] = Args.front(); in matchAssociativeReduction()
10943 TreeN, &TLI, in matchAssociativeReduction()
[all …]