reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Vectorize/VPlanSLP.cpp
  257       BestCandidates.push_back(Candidate);
  262   if (BestCandidates.empty())
  265   if (BestCandidates.size() == 1)
  266     return {Mode, BestCandidates[0]};
  275     for (auto *Candidate : BestCandidates) {