Searched refs:WeightedEdge (Results 1 – 1 of 1) sorted by relevance
362 struct WeightedEdge { struct in __anona54a76640111::MachineBlockPlacement569 static std::pair<WeightedEdge, WeightedEdge> getBestNonConflictingEdges(571 MutableArrayRef<SmallVector<WeightedEdge, 8>> Edges);1013 std::pair<MachineBlockPlacement::WeightedEdge,1014 MachineBlockPlacement::WeightedEdge>1017 MutableArrayRef<SmallVector<MachineBlockPlacement::WeightedEdge, 8>> in getBestNonConflictingEdges() argument1026 auto Cmp = [](WeightedEdge A, WeightedEdge B) { return A.Weight > B.Weight; }; in getBestNonConflictingEdges()1076 SmallVector<WeightedEdge, 8> Edges[2]; in getBestTrellisSuccessor()1094 WeightedEdge BestA, BestB; in getBestTrellisSuccessor()