Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ !
H A DSLPVectorizer.cpp16623 std::optional<int> BestCandidate = R.findBestRootPair(Candidates); in tryToVectorize() local
16624 if (!BestCandidate) in tryToVectorize()
16627 {Candidates[*BestCandidate].first, Candidates[*BestCandidate].second}, R); in tryToVectorize()