Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp245 SmallVector<VPValue *, 4> BestCandidates; in getBest() local
254 BestCandidates.push_back(Candidate); in getBest()
259 if (BestCandidates.empty()) in getBest()
262 if (BestCandidates.size() == 1) in getBest()
263 return {Mode, BestCandidates[0]}; in getBest()
272 for (auto *Candidate : BestCandidates) { in getBest()