Searched refs:BestCandidates (Results 1 – 1 of 1) sorted by relevance
245 SmallVector<VPValue *, 4> BestCandidates; in getBest() local254 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()