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

References

lib/CodeGen/MachineBlockPlacement.cpp
  960   if (BestA->Src == BestB->Src) {
  962     auto SecondBestA = std::next(BestA);
  964     BlockFrequency BestAScore = BestA->Weight + SecondBestB->Weight;
  967       BestA = SecondBestA;
  973     std::swap(BestA, BestB);
  974   return std::make_pair(*BestA, *BestB);