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) {
  963     auto SecondBestB = std::next(BestB);
  965     BlockFrequency BestBScore = BestB->Weight + SecondBestA->Weight;
  969       BestB = SecondBestB;
  972   if (BestB->Src == BB)
  973     std::swap(BestA, BestB);
  974   return std::make_pair(*BestA, *BestB);