Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4275 bool tryToFindDuplicates() const { return TryToFindDuplicates; } in tryToFindDuplicates() function in llvm::slpvectorizer::BoUpSLP::ScalarsVectorizationLegality
9546 static bool tryToFindDuplicates(SmallVectorImpl<Value *> &VL, in tryToFindDuplicates() function
10260 if (Legality.tryToFindDuplicates()) in buildTreeRec()
10261 tryToFindDuplicates(VL, ReuseShuffleIndices, *TTI, *TLI, S, UserTreeIdx); in buildTreeRec()
10272 if (!tryToFindDuplicates(VL, ReuseShuffleIndices, *TTI, *TLI, S, UserTreeIdx, in buildTreeRec()