Searched refs:WeightedEdge (Results 1 – 1 of 1) sorted by relevance
339 struct WeightedEdge { struct in __anon5e0944180111::MachineBlockPlacement546 static std::pair<WeightedEdge, WeightedEdge> getBestNonConflictingEdges(548 MutableArrayRef<SmallVector<WeightedEdge, 8>> Edges);981 std::pair<MachineBlockPlacement::WeightedEdge,982 MachineBlockPlacement::WeightedEdge>985 MutableArrayRef<SmallVector<MachineBlockPlacement::WeightedEdge, 8>> in getBestNonConflictingEdges() argument994 auto Cmp = [](WeightedEdge A, WeightedEdge B) { return A.Weight > B.Weight; }; in getBestNonConflictingEdges()1044 SmallVector<WeightedEdge, 8> Edges[2]; in getBestTrellisSuccessor()1062 WeightedEdge BestA, BestB; in getBestTrellisSuccessor()