Searched refs:findBestRootPair (Results 1 – 1 of 1) sorted by relevance
3256 findBestRootPair(ArrayRef<std::pair<Value *, Value *>> Candidates, in findBestRootPair() function in llvm::slpvectorizer::BoUpSLP8854 std::optional<int> Res = findBestRootPair(Candidates); in areAltOperandsProfitable()10050 return findBestRootPair(Cand, LookAheadHeuristics::ScoreSplat); in getScalarsVectorizationLegality()10063 return findBestRootPair(Cand, LookAheadHeuristics::ScoreSplat); in getScalarsVectorizationLegality()11595 findBestRootPair(Cand, LookAheadHeuristics::ScoreSplatLoads); in transformNodes()23854 std::optional<int> BestCandidate = R.findBestRootPair(Candidates); in tryToVectorize()