Home
last modified time | relevance | path

Searched refs:WeightedEdge (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp362 struct WeightedEdge { struct in __anona54a76640111::MachineBlockPlacement
569 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() argument
1026 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()