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

References

lib/CodeGen/MachineBlockPlacement.cpp
  952   auto Cmp = [](WeightedEdge A, WeightedEdge B) { return A.Weight > B.Weight; };
  952   auto Cmp = [](WeightedEdge A, WeightedEdge B) { return A.Weight > B.Weight; };
  964     BlockFrequency BestAScore = BestA->Weight + SecondBestB->Weight;
  964     BlockFrequency BestAScore = BestA->Weight + SecondBestB->Weight;
  965     BlockFrequency BestBScore = BestB->Weight + SecondBestA->Weight;
  965     BlockFrequency BestBScore = BestB->Weight + SecondBestA->Weight;