reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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);